Fixed header disappearing when scrolling on phone
Deploy to Unraid Share / copy-file (push) Successful in 7s
Deploy to Unraid Share / copy-file (push) Successful in 7s
This commit is contained in:
@@ -53,6 +53,8 @@ body {
|
|||||||
background-position-x: center;
|
background-position-x: center;
|
||||||
background-position-y: top;
|
background-position-y: top;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
/* Keep header visible when scrolling on phone */
|
||||||
|
transform: unset !important;
|
||||||
}
|
}
|
||||||
.skinHeader > .headerTop {
|
.skinHeader > .headerTop {
|
||||||
flex-grow: 0 !important;
|
flex-grow: 0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user