Benutzerin:Alarya/monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Alarya (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „#mw-head, #mw-panel { position: fixed; } #mw-panel { top: 0; bottom: 0; →min-width: 12em;: overflow-y: scroll; -ms-overflow-style: none; →IE and Edge: scrollbar-width: none; →Firefox: } →Hide scrollbar for Chrome, Safari and Opera: #mw-panel::-webkit-scrollbar { display: none; } @media screen and (min-width: 982px) { .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer { →margin-left: 14em;: } }“) |
Alarya (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
#mw-head, #mw-panel { | #mw-head, #mw-panel, #p-personal { | ||
position: fixed; | position: fixed; | ||
} | } |
Version vom 12. Februar 2025, 08:47 Uhr
#mw-head, #mw-panel, #p-personal { position: fixed; } #mw-panel { top: 0; bottom: 0; /* min-width: 12em; */ overflow-y: scroll; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } /* Hide scrollbar for Chrome, Safari and Opera */ #mw-panel::-webkit-scrollbar { display: none; } @media screen and (min-width: 982px) { .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer { /* margin-left: 14em; */ } }