mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00: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:
parent
cb77c2047e
commit
13f68c0cb8
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@
|
|||
.dir-table-body-scroll-box {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
.dummy {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue