Skip to content

Instantly share code, notes, and snippets.

@kubadlo
Last active July 15, 2024 10:55
Show Gist options
  • Save kubadlo/029134c942581cbc1b9feb77ce276b25 to your computer and use it in GitHub Desktop.
Save kubadlo/029134c942581cbc1b9feb77ce276b25 to your computer and use it in GitHub Desktop.
Simple CSS hack to hide shadow under active tabs in Firefox
.tab-background:is([selected], [multiselected]) {
box-shadow: unset !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment