mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Avoid scrolling to the hidden input when toggling grid/list view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
366374d8e3
commit
25a646e1ee
1 changed files with 4 additions and 0 deletions
|
|
@ -1079,6 +1079,10 @@ table.dragshadow td.size {
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
/* Make sure the hidden input is not rendered at all to avoid scrolling to top */
|
||||
#showgridview {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Adjustments for link share page */
|
||||
#body-public {
|
||||
|
|
|
|||
Loading…
Reference in a new issue