User:Sylvia/citizen.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.citizen-drawer__card { bottom: 0; /* Put drawer behind other header cards */ z-index: -1; margin: 0; /* Compensate header border */ margin-left: 1px; padding: 0; min-width: auto; width: var( --fixed-menu-width ); max-height: none; border-right: 1px solid var( --border-color-base ); border-radius: 0; background-color: var( --color-surface-0 ); box-shadow: none; /* Force drawer to show */ opacity: 1 !important; pointer-events: auto !important; transform: none !important; visibility: visible !important; /*testing to confirm I have right id*/ left:10px; }