aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
authorKimsible <kimsible@users.noreply.github.com>2021-07-21 13:33:14 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-07-21 15:33:59 +0200
commit435990290a61ca6fdb679e6b076ef9157b89a6ce (patch)
tree4996e472b23009ab0f1aca541550581c2ab36e60 /client/src/sass/bootstrap.scss
parent81d5be91adf4d8274b6c2b19945ac6267b94c6b2 (diff)
downloadPeerTube-435990290a61ca6fdb679e6b076ef9157b89a6ce.tar.gz
PeerTube-435990290a61ca6fdb679e6b076ef9157b89a6ce.tar.zst
PeerTube-435990290a61ca6fdb679e6b076ef9157b89a6ce.zip
Correct privacymsg z-index to avoid hover dropdown on scroll
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 586f558fe..4f6e08c1b 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -214,7 +214,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
214 content: ''; 214 content: '';
215 display: block; 215 display: block;
216 position: fixed; 216 position: fixed;
217 z-index: z('menu') - 1; 217 z-index: z(overlay);
218 } 218 }
219 } 219 }
220 } 220 }