We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b204bca commit 43eed43Copy full SHA for 43eed43
1 file changed
live-view/extensions/markdown-dark.css
@@ -199,6 +199,12 @@ body table {
199
-webkit-appearance: none;
200
}
201
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
+
208
body thead {
209
border-bottom: 1px solid var(--color-border-default);
210
0 commit comments