mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
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:
@@ -92,6 +92,7 @@
|
||||
.dir-table-body-scroll-box {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
.dummy {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user