Skip to content

Commit 20c9bac

Browse files
committed
Fixed modal background preventing clicks on app :)
1 parent 91ff094 commit 20c9bac

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

app/less/loading.less

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
// Loading
22
// --------------------------------------------------
33

4-
#loading-region {
4+
.loading-modal {
55
position: absolute;
6-
top: 0;
7-
width: 100%;
8-
height: 100%;
6+
margin: 0 auto;
7+
top: 35%;
8+
left: 50%;
9+
margin-left: -50px;
10+
width: 100px;
11+
height: 100px;
12+
background: rgba(235, 235, 235, 0.5);
913

10-
.loading-modal {
11-
position: relative;
12-
margin: 0 auto;
13-
top: 35%;
14-
width: 100px;
15-
height: 100px;
16-
background: rgba(235, 235, 235, 0.5);
17-
18-
.border-radius (@radius: 10px);
19-
}
14+
.border-radius (@radius: 10px);
2015
}

0 commit comments

Comments
 (0)