MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 169:
/* --- THE DROPDOWN PANEL --- */
#cps-toc-panel {
position: fixed;
/* POSITION: 60px from top (Below Buttons) */
top: 60px !important;
/*
left: 0 !important;
right: 0 !important;
bottom: auto !important;
/* WIDTH CONSTRAINT */
width: 100% !important;
max-width:
/* HEIGHT CONSTRAINT (Ad Safety) */
max-height: calc(100vh - 150px) !important; ▼
▲max-height: calc(100vh - 150px) !important;
/* APPEARANCE */
border-radius: 0 !important;
| |||