feat(article): add scroll for table (#428)

* feat: table can't scroll & delete scrollbar style for Chromium

* Undo some line breaks

* Add a table with overflow to exampleSite
This commit is contained in:
zhixuan
2022-01-20 12:09:25 +01:00
committed by GitHub
parent 3b98d3ba05
commit 0af9d23e49
5 changed files with 18 additions and 17 deletions
+1
View File
@@ -8,6 +8,7 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
}
[data-scheme="dark"] {
color-scheme: dark;
--pre-text-color: #f8f8f2;
--pre-background-color: #272822;
@import "partials/highlight/dark.scss";