Skip to content

Commit a57df8f

Browse files
committed
live-web-view: Style updates.
1 parent ccfc081 commit a57df8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/live-web-view/layout/style/splitlayout.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
@apply overflow-auto w-auto h-1/2 md:w-1/2 md:h-auto;
1212
}
1313
&SplitLayout&.no-break &SplitPane{
14-
@apply overflow-auto w-1/2 h-auto;
14+
@apply overflow-auto w-1/2 h-auto ;
15+
scrollbar-color: #a1a1a1 transparent;
16+
scrollbar-width: auto;
17+
}
18+
&SplitLayout&.no-break &SplitPane&:is(.dark *){
19+
scrollbar-color: #414141 transparent;
1520
}
1621
&SplitLayout&.vertical &SplitPane{
1722
@apply overflow-auto w-auto h-1/2;

0 commit comments

Comments
 (0)