diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-18 15:01:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-18 15:01:47 +0200 |
commit | ace01da3480e0de943cb028f9541790e0a015eb4 (patch) | |
tree | bcbbcf41c890a20fa6bb8115df09cf1f370b5a67 /client/src/app/app.component.scss | |
parent | 58c44687f748a3ea5feafe6335fe962aea8186bd (diff) | |
download | PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.gz PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.zst PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.zip |
Fix z-index with custom homepage
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 31e9987c6..229a99a2d 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -15,7 +15,7 @@ | |||
15 | width: 100%; | 15 | width: 100%; |
16 | } | 16 | } |
17 | 17 | ||
18 | .header { | 18 | .root-header { |
19 | height: $header-height; | 19 | height: $header-height; |
20 | position: fixed; | 20 | position: fixed; |
21 | top: 0; | 21 | top: 0; |
@@ -49,7 +49,7 @@ | |||
49 | } | 49 | } |
50 | } | 50 | } |
51 | 51 | ||
52 | .header-right { | 52 | .root-header-right { |
53 | height: $header-height; | 53 | height: $header-height; |
54 | display: flex; | 54 | display: flex; |
55 | align-items: center; | 55 | align-items: center; |