diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-16 15:54:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-16 15:54:19 +0100 |
commit | 4835b374d04705408e6c458f7ce100d929b2edc1 (patch) | |
tree | ba1f276b4957a8b71fdc1d296765e46c3182dfad /client/src/sass/bootstrap.scss | |
parent | 0cdc545fe0542bb15781f02132239d524f1a38f4 (diff) | |
download | PeerTube-4835b374d04705408e6c458f7ce100d929b2edc1.tar.gz PeerTube-4835b374d04705408e6c458f7ce100d929b2edc1.tar.zst PeerTube-4835b374d04705408e6c458f7ce100d929b2edc1.zip |
Fix menu content overlay on tablet
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index a5d06de98..724c4ad69 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -170,6 +170,8 @@ | |||
170 | opacity: 0.75; | 170 | opacity: 0.75; |
171 | content: ''; | 171 | content: ''; |
172 | display: block; | 172 | display: block; |
173 | position: fixed; | ||
174 | z-index: z(overlay); | ||
173 | } | 175 | } |
174 | } | 176 | } |
175 | } | 177 | } |