diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/components/main/layouts.styl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index f3d9bfe9..9a831a40 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -21,12 +21,12 @@ body overflow-y: auto display: flex flex-direction: column - min-height: 100vh - overflow: hidden + height: 100vh #content position: relative flex: 1 + overflow: hidden #modal position: absolute |