Avoid scrolling to the hidden input when toggling grid/list view

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/16005/head
Julius Härtl 7 years ago
parent 366374d8e3
commit 25a646e1ee
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 4
      apps/files/css/files.scss

@ -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…
Cancel
Save