Skip to content

Commit

Permalink
fix(loader): use hidden attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Sep 19, 2020
1 parent 9776d53 commit a604763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/stylesheets/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
@import "bootstrap/panels";
@import "bootstrap/tips";
@import "bootstrap/media";
@import "bootstrap/loader";

// Components w/ JavaScript
@import "bootstrap/modals";
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootstrap/_loader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $cradle-ball-colour-pink: #fc4589;
$cradle-ball-colour-blue: #59d1e4;
$cradle-shadow-colour: rgba($black, 0.15);

.loading-indicator {
.loading-indicator:not([hidden]) {
position: fixed;
top: 0;
right: 0;
Expand Down

0 comments on commit a604763

Please sign in to comment.