
ui.Spinner: fix dimmer position
@7051578ebf1589140d2cb5520d05d34b465ed1cc
--- app/assets/stylesheets/less/_yobiUI.less
+++ app/assets/stylesheets/less/_yobiUI.less
... | ... | @@ -545,7 +545,7 @@ |
545 | 545 |
|
546 | 546 |
.yobiSpinner { |
547 | 547 |
display: none; |
548 |
- position: absolute; z-index: 999; |
|
548 |
+ position: fixed; z-index: 999; |
|
549 | 549 |
top: 0; bottom: 0; left: 0; right: 0; |
550 | 550 |
|
551 | 551 |
.spinContainer { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?