x-loading: fix z-index
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/head
parent
7a290077d5
commit
bad7610ead
|
@ -30,6 +30,8 @@ export default defineComponent({
|
|||
// https://codepen.io/nzbin/pen/GGrXbp
|
||||
|
||||
.loading-icon {
|
||||
z-index: 100000;
|
||||
|
||||
.higher {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue