From 99b7f622899a5aaf6309d02f3ee2f782ed21628b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 18:59:17 +0200 Subject: [PATCH] Updated the Sidebar styles.sass --- client/src/common/components/Sidebar/styles.sass | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/client/src/common/components/Sidebar/styles.sass b/client/src/common/components/Sidebar/styles.sass index 136ce68..24f265e 100644 --- a/client/src/common/components/Sidebar/styles.sass +++ b/client/src/common/components/Sidebar/styles.sass @@ -1,9 +1,16 @@ @import "@/common/styles/colors" aside - border-left: #0F1012 1px solid + background-color: $background float: left width: 18rem border-right: $dark-gray 2px solid height: 100vh - overflow: hidden \ No newline at end of file + overflow: hidden + +.sidebar-hidden + display: none + +@media screen and (max-width: 1024px) + aside + position: fixed \ No newline at end of file