diff options
author | 2021-10-02 21:27:08 +0200 | |
---|---|---|
committer | 2021-10-02 21:53:43 +0200 | |
commit | 3e6b377bb29c661b36329de5f18f69cb3ee6e01a (patch) | |
tree | fecd19a71a32b492dbfc8b057fa3143416ccf494 /styles/main/_header.scss | |
parent | 49652bec567ddb75fb6041c2a34ddb37e9694f08 (diff) | |
download | my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.tar.gz my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.tar.bz2 my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.zip |
styling refactor, player audio mode
Diffstat (limited to 'styles/main/_header.scss')
-rw-r--r-- | styles/main/_header.scss | 1 |
1 files changed, 1 insertions, 0 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; |