mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
fix(static overview): correctly scope css in apple redirect page to avoid polluting other pages
This commit is contained in:
parent
15c09691af
commit
d4b867acc3
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
<style lang='scss'>
|
||||
@import '~@/assets/scss/static.scss';
|
||||
</style>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
.static-view {
|
||||
height: 400px;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue