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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
beta/src/styles/sandpack.css
|
|
@ -144,6 +144,10 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] { |
|
|
|
overflow: auto !important; |
|
|
|
padding: 18px 0 !important; |
|
|
|
} |
|
|
|
.sp-cm.sp-pristine .cm-gutters { |
|
|
|
background-color: var(--sp-colors-bg-default); |
|
|
|
z-index: 1; |
|
|
|
} |
|
|
|
.sp-layout { |
|
|
|
overflow: initial !important; |
|
|
|
border: 0px solid transparent !important; |
|
|
|