Merge "rdbms: lower value of MAX_LAG_DEFAULT to 6"
[lhc/web/wiklou.git] / resources / lib / ooui / oojs-ui-windows-apex.css
index 2a92b69..c9a4dee 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOUI v0.29.5
+ * OOUI v0.30.2
  * https://www.mediawiki.org/wiki/OOUI
  *
- * Copyright 2011–2018 OOUI Team and other contributors.
+ * Copyright 2011–2019 OOUI Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2018-11-08T22:38:15Z
+ * Date: 2019-01-23T01:14:27Z
  */
 .oo-ui-actionWidget.oo-ui-pendingElement-pending {
   background-image: /* @embed */ url(themes/wikimediaui/images/textures/pending.gif);
@@ -69,6 +69,7 @@
 }
 .oo-ui-dialog-content > .oo-ui-window-body {
   overflow: auto;
+  -webkit-overflow-scrolling: touch;
   z-index: 2;
   top: 0;
   bottom: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: auto;
+  -webkit-overflow-scrolling: touch;
 }
 .oo-ui-processDialog-content .oo-ui-window-head {
   height: 3.4em;
   top: 0;
   bottom: 0;
 }
+.oo-ui-windowManager-modal-active {
+  overflow: hidden;
+  position: relative;
+}
 .oo-ui-windowManager-modal > .oo-ui-dialog {
   background-color: rgba(255, 255, 255, 0.5);
   opacity: 0;