fix: image scrollbar (#494)

This commit is contained in:
boojack
2022-11-19 17:36:25 +08:00
committed by GitHub
parent 477130aa85
commit 9036bd478b
5 changed files with 9 additions and 12 deletions

View File

@ -6,7 +6,7 @@ import "./i18n";
import "./helpers/polyfill";
import "highlight.js/styles/github.css";
import "./less/global.less";
import "./css/index.css";
import "./css/tailwind.css";
const container = document.getElementById("root");
const root = createRoot(container as HTMLElement);