Skip to content

Commit

Permalink
improvement(reskin-profile): fix lint error on css
Browse files Browse the repository at this point in the history
  • Loading branch information
dedywahyudi committed Jun 13, 2022
1 parent c771f0c commit 96c7a68
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@import "~styles/mixins";

:global {
@include xs-to-sm {
body.scrolling-disabled-by-modal {
> div {
overflow: hidden;
}
@include xs-to-sm {
body.scrolling-disabled-by-modal {
> div {
overflow: hidden;
}
}
}
}

.activity-card {
Expand Down

0 comments on commit 96c7a68

Please sign in to comment.