2024-06-01 01:12:36 -05:00
|
|
|
.split-pane {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
|
|
.pane {
|
|
|
|
|
overflow-x: scroll;
|
2024-06-04 22:22:46 -05:00
|
|
|
position: relative;
|
2024-06-02 17:21:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gutter {
|
|
|
|
|
|
|
|
|
|
&-vertical {
|
|
|
|
|
cursor: ns-resize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-horizontal {
|
|
|
|
|
cursor: ew-resize;
|
|
|
|
|
}
|
2024-06-01 01:12:36 -05:00
|
|
|
}
|
2024-06-07 00:01:38 -05:00
|
|
|
}
|