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; font-size: 0.9em;
} }
#battleBody div.battlePhases,
#battleBottom div.battleTypes { #battleBottom div.battleTypes {
position: fixed; position: fixed;
background-color: #ffffff30; background-color: #ffffff30;
} }
#battleBody div.battlePhases {
position: absolute;
background-color: #ffffff30;
}
#battleBody div.battlePhases > button, #battleBody div.battlePhases > button,
#battleBottom div.battleTypes > button { #battleBottom div.battleTypes > button {
width: 3.2em; width: 3.2em;
@ -2240,7 +2244,6 @@ svg.button {
user-select: none; user-select: none;
} }
.dontAsk { .dontAsk {
margin: 0.9em 0 0 0.6em; margin: 0.9em 0 0 0.6em;
display: inline-flex; display: inline-flex;