aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/sidebars/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/sidebars/index.scss')
-rw-r--r--ui/app/components/sidebars/index.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/components/sidebars/index.scss b/ui/app/components/sidebars/index.scss
index 6fcd93e99..b9845d564 100644
--- a/ui/app/components/sidebars/index.scss
+++ b/ui/app/components/sidebars/index.scss
@@ -60,6 +60,11 @@
width: 408px;
left: calc(100% - 408px);
}
+
+ @media screen and (max-width: $break-small) {
+ width: 100%;
+ left: 0%;
+ }
}
.sidebar-overlay {