Skip to content
Snippets Groups Projects
Unverified Commit abb1fd9f authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Avoid scrolling to the hidden input when toggling grid/list view (#16005)

Avoid scrolling to the hidden input when toggling grid/list view
parents 3a0e4a19 25a646e1
No related branches found
No related tags found
No related merge requests found
...@@ -1079,6 +1079,10 @@ table.dragshadow td.size { ...@@ -1079,6 +1079,10 @@ table.dragshadow td.size {
opacity: 1; 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 */ /* Adjustments for link share page */
#body-public { #body-public {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment