diff options
author | Kimsible <kimsible@users.noreply.github.com> | 2021-07-21 13:02:25 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-07-21 15:33:59 +0200 |
commit | 09f7837d40a598e4f6990a91ca9f201cff01a5f9 (patch) | |
tree | df8ac10d2af0e9e9bd4287d576f2f912ea313bce /client/src/sass/bootstrap.scss | |
parent | cf21b2cbef61929177b9c09b5e017c3b7eb8535d (diff) | |
download | PeerTube-09f7837d40a598e4f6990a91ca9f201cff01a5f9.tar.gz PeerTube-09f7837d40a598e4f6990a91ca9f201cff01a5f9.tar.zst PeerTube-09f7837d40a598e4f6990a91ca9f201cff01a5f9.zip |
Correct z-index for title dropdown in sub-menu and dropdown hover header on scroll
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 058033166..dbe206d05 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -65,7 +65,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
65 | 65 | ||
66 | .list-overflow-menu, | 66 | .list-overflow-menu, |
67 | .parent-entry { | 67 | .parent-entry { |
68 | z-index: z(header) - 1 !important; | 68 | z-index: z(menu) - 1 !important; |
69 | } | 69 | } |
70 | 70 | ||
71 | .btn-group, | 71 | .btn-group, |