MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 646: | Line 646: | ||
.poem p { | .poem p { | ||
margin: 0 !important; | margin: 0 !important; | ||
} | |||
/*---------------------------------01-07-2026-------------------------------------*/ | |||
/* Keep WikiEditor toolbar fixed below Ekatra toolbar */ | |||
#wikiEditor-ui-toolbar { | |||
position: sticky !important; | |||
top: 50px !important; /* Same as #editpage-specialchars height */ | |||
z-index: 999 !important; | |||
background: #fff !important; | |||
border-bottom: 1px solid #ccc; | |||
} | |||
/* Keep toolbar rows white */ | |||
#wikiEditor-ui-toolbar .toolbar, | |||
#wikiEditor-ui-toolbar .tabs { | |||
background: #fff !important; | |||
} | } | ||