mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-29 07:17:47 +00:00
New: Stop hiding the header on scroll on tablets to match the desktop layout behavior
This commit is contained in:
@@ -3866,6 +3866,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense > div:first-child {
|
||||
.libraryPage:not(.noSecondaryNavPage):not(.layout-tv .libraryPage) {
|
||||
padding-top: 6.8em !important;
|
||||
}
|
||||
|
||||
/* this fixes the header like on desktop on larger tablet screens */
|
||||
.headroom--unpinned {
|
||||
-webkit-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 100em) {
|
||||
|
||||
Reference in New Issue
Block a user