diff --git a/src/App.vue b/src/App.vue
index 795ef225b..ff768c9be 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -131,13 +131,6 @@ export default {
}
}
}
-
-
-
+
+
diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue
index 26ba98574..bec93b6e6 100644
--- a/src/components/card/CardSidebar.vue
+++ b/src/components/card/CardSidebar.vue
@@ -571,14 +571,16 @@ export default {
// FIXME: Obivously we should at some point not randomly reuse the sidebar component
// since this is not oficially supported
.modal__card .app-sidebar {
+ $modal-padding: 14px;
border: 0;
- min-width: 100%;
+ min-width: calc(100% - #{$modal-padding*2});
position: relative;
top: 0;
left: 0;
right: 0;
- max-width: 100%;
- max-height: 100%;
+ max-width: calc(100% - #{$modal-padding*2});
+ padding: 14px;
+ max-height: calc(100% - #{$modal-padding*2});
&::v-deep {
.app-sidebar-header {
position: sticky;