fix(static overview): correctly scope css in apple redirect page to avoid polluting other pages

This commit is contained in:
Matteo Pagliazzi 2020-04-19 12:29:30 +02:00
parent 15c09691af
commit d4b867acc3

View file

@ -6,6 +6,9 @@
<style lang='scss'>
@import '~@/assets/scss/static.scss';
</style>
<style lang='scss' scoped>
.static-view {
height: 400px;
text-align: center;