X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=2aadb1c97466aad003ceaebbc0f44084458d2766;hb=f076daa76a32074cba162459e38fa8c130ad42d0;hp=008c6d1f072a1057be934449d63b246df2933c0d;hpb=3daf400219fe8cc94025886ba14876bc59a45244;p=oweals%2Fpeertube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 008c6d1f0..2aadb1c97 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,3 +1,6 @@ +@import '_variables'; +@import '_mixins'; + .main-row { min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin}); } @@ -86,3 +89,8 @@ footer { margin-top: $footer-margin; height: $footer-height; } + +simple-notifications { + position: relative; + z-index: 1500; +}