aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-31 13:06:11 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-01-09 11:15:15 +0100
commit6e7e63b83f08ba68edc2bb9f72ff03d1802e45df (patch)
tree4491ec74b0c46228cf48e99d6afc0c3d2a8eb2ff /client/src/app
parente8d246d5267ea8b6b3114d4bcf4f34fe5f3a5241 (diff)
downloadPeerTube-6e7e63b83f08ba68edc2bb9f72ff03d1802e45df.tar.gz
PeerTube-6e7e63b83f08ba68edc2bb9f72ff03d1802e45df.tar.zst
PeerTube-6e7e63b83f08ba68edc2bb9f72ff03d1802e45df.zip
Fix notification icon position
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/app.component.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index b51a81eb1..881f3ff31 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -91,8 +91,3 @@ footer {
91 height: $footer-height; 91 height: $footer-height;
92 justify-content: center; 92 justify-content: center;
93} 93}
94
95simple-notifications {
96 position: relative;
97 z-index: 1500;
98}