Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / webui / resources / css / overlay.css
index 6623e87..2e18f8a 100644 (file)
@@ -179,3 +179,19 @@ html[dir='rtl'] .overlay .page .action-area {
   display: -webkit-box;
   padding: 14px 17px;
 }
+
+/* Prevent the page underneath the overlay from scrolling. */
+.frozen {
+  position: fixed;
+}
+
+#overlay-container-1 {
+  z-index: 11;
+}
+#overlay-container-2 {
+  z-index: 12;
+}
+
+.transparent {
+  opacity: 0;
+}