Hotfix for theme preview bug (#804)

This commit is contained in:
InfiniteTF 2020-09-12 09:53:37 +02:00 committed by GitHub
parent 7f907fdf41
commit b541322d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,12 @@
@import "src/components/Wall/styles.scss";
@import "../node_modules/flag-icon-css/css/flag-icon.min.css";
/* stylelint-disable */
#root {
position: relative !important;
}
/* stylelint-enable */
html {
font-size: 14px;
}