bug: fix full-width css

This commit is contained in:
mathuo 2025-03-14 21:57:37 +00:00
parent bffd2dea89
commit 759dcc7b05
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
.dv-tab {
flex-grow: 1;
padding: 0px;
}
}

View File

@ -1,6 +1,7 @@
.dv-scrollable {
position: relative;
overflow: hidden;
width: 100%;
.dv-scrollbar-horizontal {
position: absolute;