Skip to content

Commit aa5212b

Browse files
authored
Adjust code line numbers background (#4055)
* Adjust code line numbers background * Fixes after review
1 parent 22f4595 commit aa5212b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

beta/src/styles/sandpack.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
144144
overflow: auto !important;
145145
padding: 18px 0 !important;
146146
}
147+
.sp-cm.sp-pristine .cm-gutters {
148+
background-color: var(--sp-colors-bg-default);
149+
z-index: 1;
150+
}
147151
.sp-layout {
148152
overflow: initial !important;
149153
border: 0px solid transparent !important;

0 commit comments

Comments
 (0)