fix: remove x overflow on directory view

The header wasn't moving along with the rows when they were scrolled, so
the scroll bar has been removed.
This commit is contained in:
Sylvia Crowe 2024-07-10 02:36:41 -07:00
parent cb77c2047e
commit 13f68c0cb8

View file

@ -92,6 +92,7 @@
.dir-table-body-scroll-box {
position: relative;
overflow-y: auto;
overflow-x: hidden;
.dummy {
position: absolute;
visibility: hidden;