diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 1ffe8af432446..589948d6a9fd7 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -1061,6 +1061,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 {