mirror of
https://github.com/mathuo/dockview
synced 2025-10-04 15:07:54 +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