mirror of
https://github.com/stashapp/stash.git
synced 2026-05-08 20:58:48 +02:00
Hotfix for theme preview bug (#804)
This commit is contained in:
parent
7f907fdf41
commit
b541322d0a
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue