mirror of
https://github.com/mathuo/dockview
synced 2025-10-02 05:57:55 +00:00
bug: fix full-width css
This commit is contained in:
parent
bffd2dea89
commit
759dcc7b05
@ -12,6 +12,7 @@
|
||||
|
||||
.dv-tab {
|
||||
flex-grow: 1;
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
.dv-scrollable {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
||||
.dv-scrollbar-horizontal {
|
||||
position: absolute;
|
||||
|
Loading…
x
Reference in New Issue
Block a user