Browse Source

fix jquery-ui elements not showing up

Stephan Fuchs 4 months ago
parent
commit
6c95431f38
1 changed files with 3 additions and 0 deletions
  1. 3 0
      sugarcube/src/style/jquery.css

+ 3 - 0
sugarcube/src/style/jquery.css

@@ -0,0 +1,3 @@
+body .ui-front{/* body needs to be included to make this rule more specidif than the default one*/
+    z-index: 1000000;
+}