Benutzerin:Alarya/vector.css: Unterschied zwischen den Versionen

Aus Almada Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
top: 0;
top: 0;
bottom: 0;
bottom: 0;
min-width: 12em;
/* 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) {
@media screen and (min-width: 982px) {
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
margin-left: 14em;
/* margin-left: 14em; */
}
}
}
}

Version vom 12. Februar 2025, 07:52 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; */
	}
}