|
|
| 1行目: |
1行目: |
| /* Fix: OOUI upload dialog above WikiEditor toolbar */ | | /* Moved to MediaWiki:Common.css → skins/Universe/css/wikiedittor-universe.css */ |
| /* WikiEditorツールバー(z-index:7)の上にOOUIアップロードダイアログを表示 */ | |
| .oo-ui-windowManager-modal {
| |
| position: fixed !important;
| |
| z-index: 1000 !important;
| |
| top: 0;
| |
| left: 0;
| |
| width: 100%;
| |
| height: 100%;
| |
| pointer-events: none;
| |
| }
| |
| .oo-ui-windowManager-modal > * { | |
| pointer-events: auto;
| |
| }
| |
| .oo-ui-windowManager-modal .oo-ui-window-overlay {
| |
| position: fixed !important;
| |
| z-index: 1000 !important;
| |
| top: 0;
| |
| left: 0;
| |
| width: 100%;
| |
| height: 100%;
| |
| }
| |
| .oo-ui-windowManager-modal .oo-ui-window-frame {
| |
| position: fixed !important;
| |
| z-index: 1001 !important;
| |
| }
| |
/* Moved to MediaWiki:Common.css → skins/Universe/css/wikiedittor-universe.css */