fix(#929): cannot change Battle type if screen is scrolled, styling issue

This commit is contained in:
Azgaar 2023-03-26 15:27:27 +04:00
parent 38f2e1fb7b
commit af35e95b27

View file

@ -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;
}
}