MediaWiki:Gadget-StickySearchBar.css

From Hearthstone Wiki
Jump to navigation Jump to search

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.
@media screen and (min-width: 1000px) {
  #p-search {
    position: fixed !important;
    top: var(--wikigg-header-height) !important;
    z-index: 5 !important;
  }
}

/*Prevent being on top of ve toolbar*/
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
  top: calc(48px + var(--wikigg-header-height)) !important;
}