diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-15 09:25:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-15 09:25:26 +0100 |
commit | 3195cd1c118f5e020ab7e635d5a3dcdad2108b1a (patch) | |
tree | 5b863ec2a3fd3c813ebc770f214228c8046093d2 /client/src/sass | |
parent | ad3fa0c56715f98886b1b6400fc54ce7d568d899 (diff) | |
download | PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.tar.gz PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.tar.zst PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.zip |
Fix notification z-index on modals
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 58a6a0004..6057b1db0 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -301,6 +301,11 @@ p-inputswitch { | |||
301 | } | 301 | } |
302 | 302 | ||
303 | p-toast { | 303 | p-toast { |
304 | .ui-toast { | ||
305 | // Modal is 10005 | ||
306 | z-index: 10010 !important; | ||
307 | } | ||
308 | |||
304 | .ui-toast-message { | 309 | .ui-toast-message { |
305 | font-family: $main-fonts; | 310 | font-family: $main-fonts; |
306 | 311 | ||