Skip to content

Commit 43eed43

Browse files
committed
Update markdown-dark.css
1 parent b204bca commit 43eed43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

live-view/extensions/markdown-dark.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ body table {
199199
-webkit-appearance: none;
200200
}
201201

202+
body table::-webkit-scrollbar-track {
203+
border-radius: 0 0 10px 10px;
204+
background-color: var(--color-canvas-default) !important;
205+
box-shadow: inset 0px 1px 0 0 var(--color-border-default) !important;
206+
}
207+
202208
body thead {
203209
border-bottom: 1px solid var(--color-border-default);
204210
}

0 commit comments

Comments
 (0)