diff options
Diffstat (limited to 'styles/main')
-rw-r--r-- | styles/main/_header.scss | 1 | ||||
-rw-r--r-- | styles/main/_layout.scss | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/styles/main/_header.scss b/styles/main/_header.scss index ea75f5e..903b0cc 100644 --- a/styles/main/_header.scss +++ b/styles/main/_header.scss @@ -2,6 +2,7 @@ height: 2em; background-color: var(--color-glass); border-bottom: 1px solid var(--color-window-border-bottom); + z-index: 2; nav { display: flex; diff --git a/styles/main/_layout.scss b/styles/main/_layout.scss index abdd845..6bde0f1 100644 --- a/styles/main/_layout.scss +++ b/styles/main/_layout.scss @@ -1,12 +1,10 @@ .layout { + display: flex; + flex-direction: column; color: var(--color-text); height: 100vh; + width: 100%; background: var(--color-bg); background: linear-gradient(to bottom right, var(--color-bg) 0%, var(--color-bg-alt) 100%); - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; overflow: hidden; } |