send a tag suggestion

which tags should be associated with each other?


why should these tags be associated?

Use the form below to provide more context.

#customization


It was a minor gripe of mine that the menu was fixed at the top on desktop, so I made a little userstyle to make it sticky.

EDIT: This was selecting a few too many things on different pages due to a rather unspecific selector. I've updated it to (ideally) only target the menu bar now 😅

@media (min-width: 1024px) {
    #headlessui-menu-items-\:r0\: {
      position: sticky;
      top: 8rem;
    }
}