diff options
author | amzrk2 | 2020-10-02 09:36:28 +0800 |
---|---|---|
committer | amzrk2 | 2020-10-02 09:36:28 +0800 |
commit | 739ce7c416f51f847dff7002faf07d0695dc7f78 (patch) | |
tree | 66eec1472c58b50886611d513e7a243d45d6abce /assets/scss/_fuji-style/_components.scss | |
parent | 7871c01b7c24c69a9bfd07091797a4ff29e12ab2 (diff) | |
download | hugo-theme-fuji-739ce7c416f51f847dff7002faf07d0695dc7f78.tar.gz hugo-theme-fuji-739ce7c416f51f847dff7002faf07d0695dc7f78.tar.bz2 hugo-theme-fuji-739ce7c416f51f847dff7002faf07d0695dc7f78.zip |
new: mobile sidebar
Diffstat (limited to 'assets/scss/_fuji-style/_components.scss')
-rw-r--r-- | assets/scss/_fuji-style/_components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/scss/_fuji-style/_components.scss b/assets/scss/_fuji-style/_components.scss index 8131f34..8545349 100644 --- a/assets/scss/_fuji-style/_components.scss +++ b/assets/scss/_fuji-style/_components.scss @@ -7,6 +7,7 @@ display: flex; justify-content: space-between; flex-direction: column; + z-index: 100; div { flex: 0 1 auto; |