aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-04 09:02:50 +0200
committerChocobozzz <me@florianbigard.com>2022-05-04 09:02:59 +0200
commit26da644eab9ef62a3e559ac5626bb65a0b13a14d (patch)
tree95826f6881c28290ff8a657b07ae5966f9993370 /client/src/app/app.component.scss
parent9295c68b74fe1f1e2e9f72009205d7f0379844c5 (diff)
downloadPeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.gz
PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.zst
PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.zip
Fix help component z-index
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 4a32ad2d7..5f3e15d80 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -21,7 +21,6 @@
21 top: 0; 21 top: 0;
22 width: 100%; 22 width: 100%;
23 background-color: pvar(--mainBackgroundColor); 23 background-color: pvar(--mainBackgroundColor);
24 z-index: z(header);
25 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); 24 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
26 display: flex; 25 display: flex;
27} 26}