diff options
author | Simon L <szaimen@e.mail.de> | 2022-11-08 19:03:31 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2022-11-08 19:03:31 +0100 |
commit | 07de9fa4e817a3445bb950b912e7d6c2c71a64c9 (patch) | |
tree | eeb2502fa7812b460a45273a1f980b1985ff5e52 /apps/dashboard | |
parent | d65fd72452a09d6c107517d5a7c08d138c009c54 (diff) | |
download | nextcloud-server-07de9fa4e817a3445bb950b912e7d6c2c71a64c9.tar.gz nextcloud-server-07de9fa4e817a3445bb950b912e7d6c2c71a64c9.zip |
fix dashboard scrolling
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'apps/dashboard')
-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> |