Browse Source

Adjust code line numbers background (#4055)

* Adjust code line numbers background

* Fixes after review
main
Alexey Pyltsyn 3 years ago
committed by GitHub
parent
commit
aa5212b1b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      beta/src/styles/sandpack.css

4
beta/src/styles/sandpack.css

@ -144,6 +144,10 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
overflow: auto !important; overflow: auto !important;
padding: 18px 0 !important; padding: 18px 0 !important;
} }
.sp-cm.sp-pristine .cm-gutters {
background-color: var(--sp-colors-bg-default);
z-index: 1;
}
.sp-layout { .sp-layout {
overflow: initial !important; overflow: initial !important;
border: 0px solid transparent !important; border: 0px solid transparent !important;

Loading…
Cancel
Save