vector.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; overflow-y: scroll; }“ |
Alarya (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen derselben Benutzerin werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
#mw-head, #mw-panel { | #mw-head, #mw-panel { | ||
position: fixed; | position: fixed; | ||
} | |||
#mw-panel { | |||
top: 0; | |||
bottom: 0; | |||
/* min-width: 12em; */ | |||
overflow-y: scroll; | overflow-y: scroll; | ||
-ms-overflow-style: none; /* IE and Edge */ | |||
scrollbar-width: none; /* Firefox */ | |||
} | |||
@media screen and (min-width: 982px) { | |||
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer { | |||
/* margin-left: 14em; */ | |||
} | |||
} | } | ||
Aktuelle Version vom 12. Februar 2025, 07:50 Uhr
#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 */
}
@media screen and (min-width: 982px) {
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
/* margin-left: 14em; */
}
}