Robert Marshall 8 năm trước cách đây
mục cha
commit
cf1dcfe1fb
3 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 1 1
      css/style.css
  2. 1 1
      less/style.less
  3. 2 2
      template.php

+ 1 - 1
css/style.css

@@ -205,7 +205,7 @@ p:first-child {
   align-items: center;
   text-align: center;
   display: flex;
-  z-index: 200;
+  z-index: 1000;
   transition: all ease-in-out 0.5s;
 }
 #spinner.ng-hide {

+ 1 - 1
less/style.less

@@ -243,7 +243,7 @@ p:first-child{
 	align-items: center;
 	text-align: center;
 	display: flex;
-	z-index: 200;
+	z-index: 1000;
 	transition: all ease-in-out 0.5s;
 
 	&.ng-hide{

+ 2 - 2
template.php

@@ -136,8 +136,8 @@ function FormatURI(URI $uri, $base=""){
 			</div>
 			<div id="footer">{@Footer}</div>
 		</div>
-		<div class="backdrop" ng-show="shouldShowMenu() || spinnerVisible" ng-click="menuVisible=false"></div>
-		<div id="spinner" ng-show="spinnerVisible">
+		<div class="backdrop" ng-show="shouldShowMenu()" ng-click="menuVisible=false"></div>
+		<div id="spinner" class="backdrop" ng-show="spinnerVisible">
 			<img src="/images/spinner.svg" />
 		</div>
 	</body>