diff --git a/ui/app/components/ui/tabs/index.scss b/ui/app/components/ui/tabs/index.scss index 4aa1b5df9..b27fee443 100644 --- a/ui/app/components/ui/tabs/index.scss +++ b/ui/app/components/ui/tabs/index.scss @@ -5,5 +5,10 @@ display: flex; justify-content: flex-start; border-bottom: 1px solid $geyser; + background-color: $white; + + position: sticky; + top: 0; + z-index: 1; } }