aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Sidebar')
-rw-r--r--src/components/Sidebar/Sidebar.module.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/Sidebar/Sidebar.module.scss b/src/components/Sidebar/Sidebar.module.scss
index 18291b6..f79cacf 100644
--- a/src/components/Sidebar/Sidebar.module.scss
+++ b/src/components/Sidebar/Sidebar.module.scss
@@ -31,13 +31,11 @@
display: flex;
flex-flow: column;
justify-content: flex-start;
- max-height: 100vh;
@include mix.media("screen") {
@include mix.dimensions("md") {
align-self: flex-start;
width: 100%;
- max-height: calc(100vh - (var(--spacing-xs) * 2));
position: sticky;
top: var(--spacing-xs);
}