fix: screens not full width

This commit is contained in:
Filipe Medeiros 2021-10-10 23:03:51 +01:00
parent dd6bb30532
commit 0e1c29ce23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
/>
<main
class="uk-container uk-container-expand"
style="height: 100vh; overflow: scroll;"
style="height: 100vh; overflow: scroll; flex: 1;"
:style="{ background: backgroundColor, colour: foregroundColor, marginTop: isMobile ? '70px' : 0 }"
:class="{ 'uk-light': darkMode }"
>