Sticky position the tabs at the top (#8609)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent ce11fad81c
commit 3485bfbc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      ui/app/components/ui/tabs/index.scss

@ -5,5 +5,10 @@
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
border-bottom: 1px solid $geyser; border-bottom: 1px solid $geyser;
background-color: $white;
position: sticky;
top: 0;
z-index: 1;
} }
} }

Loading…
Cancel
Save