Merge pull request #880 from mathuo/878-fullwidth-tabs-are-not-rendered-full-width-in-40

bug: fix full-width css
This commit is contained in:
mathuo 2025-03-14 21:59:08 +00:00 committed by GitHub
commit e8fdabba08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;