User:TxM/vector-2022.css

From Guild Wars 2 Wiki
Jump to navigationJump 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.
.vector-sticky-header {
    max-inline-size: unset;
}
#achievementcontrol,
#WidgetAccountMasteries-controls,
#WidgetAccountAchievements-controls {
    position: sticky;
    inset-block-start: 3.125rem;
    background-color: #36393F;
    z-index: 1000;
}

tr.widget-account-achievement[id^="achievement"] {
    scroll-margin-block-start: calc(5.076em + 34px);
}