mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
fix(#929): cannot change Battle type if screen is scrolled, styling issue
This commit is contained in:
parent
38f2e1fb7b
commit
af35e95b27
1 changed files with 8 additions and 5 deletions
13
index.css
13
index.css
|
|
@ -1082,12 +1082,16 @@ tr.battleSurvivors {
|
|||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#battleBody div.battlePhases,
|
||||
#battleBottom div.battleTypes {
|
||||
position: fixed;
|
||||
background-color: #ffffff30;
|
||||
}
|
||||
|
||||
#battleBody div.battlePhases {
|
||||
position: absolute;
|
||||
background-color: #ffffff30;
|
||||
}
|
||||
|
||||
#battleBody div.battlePhases > button,
|
||||
#battleBottom div.battleTypes > button {
|
||||
width: 3.2em;
|
||||
|
|
@ -2240,7 +2244,6 @@ svg.button {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
.dontAsk {
|
||||
margin: 0.9em 0 0 0.6em;
|
||||
display: inline-flex;
|
||||
|
|
@ -2339,7 +2342,7 @@ svg.button {
|
|||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #25252a;
|
||||
}
|
||||
body {
|
||||
background: #25252a;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue