diff options
Diffstat (limited to 'resources/lib/oojs-ui/oojs-ui-core-apex.css')
-rw-r--r-- | resources/lib/oojs-ui/oojs-ui-core-apex.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/resources/lib/oojs-ui/oojs-ui-core-apex.css b/resources/lib/oojs-ui/oojs-ui-core-apex.css index 1717643c628f..526ee30e3a71 100644 --- a/resources/lib/oojs-ui/oojs-ui-core-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-core-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.24.3 + * OOjs UI v0.24.4 * https://www.mediawiki.org/wiki/OOjs_UI * - * Copyright 2011–2017 OOjs UI Team and other contributors. + * Copyright 2011–2018 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2017-11-28T23:28:10Z + * Date: 2018-01-02T19:09:04Z */ .oo-ui-element-hidden { display: none !important; @@ -1497,3 +1497,9 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { transform: translate(350%); } } +.oo-ui-defaultOverlay { + position: absolute; + top: 0; + /* @noflip */ + left: 0; +} |