diff --git a/src/client/app.vue b/src/client/app.vue index eef6daad2..458917d70 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -929,7 +929,7 @@ export default Vue.extend({ > div { position: sticky; top: calc(#{$header-height} + var(--margin)); - height: calc(100vh - #{$header-height} - var(--margin) * 2); + height: calc(100vh - #{$header-height} - var(--margin)); &.edit { overflow: auto; diff --git a/src/client/widgets/notifications.vue b/src/client/widgets/notifications.vue index bc9b3a65a..39a588033 100644 --- a/src/client/widgets/notifications.vue +++ b/src/client/widgets/notifications.vue @@ -1,9 +1,9 @@