Skip to content

Commit

Permalink
Page: Fix initial-loading css
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Jun 9, 2020
1 parent 7526977 commit 77496e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/layout/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export default {

<style lang="scss" scoped>
.page {
.loading-position-absolute {
/* stylelint-disable-next-line selector-pseudo-element-no-unknown */
::v-deep .loading-position-absolute {
position: absolute;
}
Expand Down

1 comment on commit 77496e3

@mradkov
Copy link
Contributor

@mradkov mradkov commented on 77496e3 Jun 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.