diff options
author | Simon L <szaimen@e.mail.de> | 2022-11-16 02:06:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 02:06:21 +0100 |
commit | f559792bf3168ad9ffa5396cc7b4f9bdb069fcca (patch) | |
tree | be37438aabc4b9cae4e5879b7cbec674465aa01e /apps | |
parent | fe15069c902d5a948283fb04c0cbdb19c3f32c37 (diff) | |
parent | 855b3c54898cf22067d1e6c2bf3854636fe3cb69 (diff) | |
download | nextcloud-server-f559792bf3168ad9ffa5396cc7b4f9bdb069fcca.tar.gz nextcloud-server-f559792bf3168ad9ffa5396cc7b4f9bdb069fcca.zip |
Merge pull request #35033 from nextcloud/enh/34732/fix-dashboard-scrolling
fix dashboard scrolling
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dashboard/src/DashboardApp.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 8a823c48a1b..d550501cade 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -638,6 +638,5 @@ html, body { #content { overflow: auto; - position: static !important;; } </style> |