User:Taylan/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
}
}


/*
html body {
html body {
height: auto;
height: auto;
Line 9: Line 8:


#mw-panel {
#mw-panel {
bottom: 0;
height: 100%;
}
}


Line 15: Line 14:
top: 0;
top: 0;
position: sticky;
position: sticky;
display: block; /* override .emptyPortlet{display:none} */
}
}
*/

Revision as of 19:11, 15 July 2024

.mw-debug-pane {
	height: 800px;
}

html body {
	height: auto;
}

#mw-panel {
	height: 100%;
}

#p-left-panel-ad {
	top: 0;
	position: sticky;
	display: block; /* override .emptyPortlet{display:none} */
}