summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_sidebar-left.scss4
-rw-r--r--webapp/sass/layout/_sidebar-right.scss8
2 files changed, 10 insertions, 2 deletions
diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss
index d08a9ef45..abe49b9c6 100644
--- a/webapp/sass/layout/_sidebar-left.scss
+++ b/webapp/sass/layout/_sidebar-left.scss
@@ -8,6 +8,10 @@
width: 220px;
z-index: 5;
+ .error-bar--fixed & {
+ height: calc(100% - 22px);
+ }
+
&.sidebar--padded {
padding-top: 44px;
}
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index a1698b3a1..ab73e075b 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -10,6 +10,10 @@
width: 400px;
z-index: 8;
+ .error-bar--fixed & {
+ height: calc(100% - 22px);
+ }
+
&.webrtc {
z-index: 5;
}
@@ -85,8 +89,8 @@
@include opacity(.55);
position: absolute;
top: -25px;
- }
- }
+ }
+ }
}
.help__format-text {