diff --git a/src/app.postcss b/src/app.postcss index 18f2d81..215c9e1 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -11,3 +11,10 @@ body { background-color: rgb(var(--color-surface-800)); color: rgb(var(--theme-font-color-dark)); } +.tab-list { + position: fixed; + z-index: 1; + top: 75px; + width: 100%; + background-color: rgb(var(--color-surface-100)); +}