diff --git a/ui/app/layouts/default.vue b/ui/app/layouts/default.vue index 3b9399d..29853d5 100644 --- a/ui/app/layouts/default.vue +++ b/ui/app/layouts/default.vue @@ -144,9 +144,10 @@ main.container { } .drawer-content { - position: fixed; - height: 87%; - right: 40px; - overflow-y: scroll; + position:relative; + min-height: 100%; + top: 0px; + right: 0px; + bottom: 0px; }