Skip to content

Instantly share code, notes, and snippets.

@kubadlo
Last active August 9, 2024 12:30
Show Gist options
  • Select an option

  • Save kubadlo/029134c942581cbc1b9feb77ce276b25 to your computer and use it in GitHub Desktop.

Select an option

Save kubadlo/029134c942581cbc1b9feb77ce276b25 to your computer and use it in GitHub Desktop.
Simple CSS hack to make shadow under active tabs less intrusive in Firefox
.tab-background:is([selected], [multiselected]) {
box-shadow: 0 5px 15px -15px rgba(0, 0, 0, 0.75) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment