diff --git a/front/src/assets/sidebar.scss b/front/src/assets/sidebar.scss
index 2dacb3e..79ce8a6 100644
--- a/front/src/assets/sidebar.scss
+++ b/front/src/assets/sidebar.scss
@@ -27,7 +27,7 @@ $primary: #E75B12;
}
&.open {
- right: 20vw;
+ right: 31vw;
svg {
transform: scale(-1, 1);
@@ -37,7 +37,7 @@ $primary: #E75B12;
.sidebar {
position: fixed;
- width: 19vw;
+ width: 30vw;
top: 4rem;
right: -50%;
bottom: 0;
@@ -51,6 +51,11 @@ $primary: #E75B12;
right: 0;
}
+ &-inner {
+ max-height: calc(100vh - 38rem);
+ overflow: auto;
+ }
+
&-content {
max-height: 100%;
overflow: auto;
diff --git a/front/src/components/Promo/sidebar.vue b/front/src/components/Promo/sidebar.vue
index 3e227b1..64df03b 100644
--- a/front/src/components/Promo/sidebar.vue
+++ b/front/src/components/Promo/sidebar.vue
@@ -1,5 +1,5 @@