|
|
| Line 648: |
Line 648: |
| } | | } |
| /*---------------------------------01-07-2026-------------------------------------*/ | | /*---------------------------------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;
| |
| }
| |