Closed EmJotGeh closed 1 year ago
hi, can you post a screenshot?
The radio app was the reason why scrolling was not possible. The topic can be closed. Thanks :-)
Thanks!
I cannot confirm. Scrolling does not work even without the radio app widget activated.
For me the responsible css is in
https://github.com/nextcloud/server/blob/master/apps/dashboard/src/DashboardApp.vue
Line 641
Removing this position style as a quick fix falls back to position: fixed
which allows the scrollbar.
I cannot confirm. Scrolling does not work even without the radio app widget activated. For me the responsible css is in
https://github.com/nextcloud/server/blob/master/apps/dashboard/src/DashboardApp.vue
Line 641
Removing this position style as a quick fix falls back toposition: fixed
which allows the scrollbar.
Does this require building manually? I've tested with modifying the dashboardapp.js but no luck unfortunately. I'm setting up a brand new install and running into this, it's very frustrating.
I'm guessing it can be built from https://github.com/nextcloud/nextcloud-vue and then just copied across.
I'd rather put custom css with an override rule like this until the devs fix the issue:
body #content { position: absolute!important; }
I'd rather put custom css with an override rule like this until the devs fix the issue:
body #content { position: absolute!important; }
Appreciate it. I just nuked NC25 and installed NC24 instead, no issues :) Thanks!
Appreciate it. I just nuked NC25 and installed NC24 instead, no issues :) Thanks!
@jamiew0w Did you ever manage to get upgraded?
I'm seeing exactly the same issue. I get no scroll bars and using the scroll wheel on the mouse doesn't do anything.
I know there is stuff off the bottom of the screen, because if I zoom right out in Firefox, it all comes into view (just too small to read).
I also noticed that some directories were not displaying the correct amount of folders/files... Like it would say "23 folders and 2 files" at the bottom of the file list in the Web UI, but only display 9 folders and 0 files.
I tried to upgrade to v26 to see if that fixed things, but it was the same. I've rolled my container back to v24, restored the website volume and the database backup, so now it works again.
I'm running the 24-fpm container and reverse proxying with nginx... Possibly something to do with that?
⚠️ This issue respects the following points: ⚠️
Bug description
No scrollbar available and not able to scroll down in Dashboard - not all dashboardcards can be seen.
Steps to reproduce
1.only since the update to Nextcloud 25 2. 3.
Expected behavior
Scrollbar available - able to scroll down on dashboard
Installation method
No response
Operating system
No response
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
only since the update to Nextcloud 25