Merge pull request #33954 from nextcloud/enh/33868/dashboard-scrollbar

dashboard should not have a scrollbar by default
This commit is contained in:
Simon L 2022-09-09 08:50:51 +02:00 committed by GitHub
commit aa53dedb36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -429,7 +429,7 @@ export default {
<style lang="scss" scoped>
#app-dashboard {
width: 100%;
min-height: 100vh;
min-height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long