fix action buttons running out of window

This commit is contained in:
korelstar 2021-05-20 07:28:06 +02:00
parent aceb8089fe
commit 4ad7946f7e
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
@import 'app-navigation.scss';
@import 'print.scss';
// workaround for https://github.com/nextcloud/nextcloud-vue/issues/1384
body {
min-height: 100%;
height: auto;
}