You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading images, the upload dialog moves to the back of the screen, as shown in the attached image.
(Also, in my environment, the upload dialog did not appear in MS Edge or Firefox.)
これを修正するには、下記のファイルを編集します。
To correct this, edit the following file
Fluent/resources/screen-common.less
以下に示す内容を追記します。
The following information is to be added.
/* 以下に示す2つの設定を追加 */
/* Add the following two settings */
.oo-ui-windowManager-modal > .oo-ui-dialog,
.ve-ui-overlay-global {
z-index: 1001;
}
body > .oo-ui-windowManager,
.oo-ui-defaultOverlay {
z-index: 1001;
}
The text was updated successfully, but these errors were encountered:
画像のアップロードにおいて、添付している画像のように、アップロードダイアログが最背面に移ります。
(また、自身の環境において、MS Edge, Firefoxではアップロードダイアログは表示されなかったです)
When uploading images, the upload dialog moves to the back of the screen, as shown in the attached image.
(Also, in my environment, the upload dialog did not appear in MS Edge or Firefox.)
これを修正するには、下記のファイルを編集します。
To correct this, edit the following file
以下に示す内容を追記します。
The following information is to be added.
The text was updated successfully, but these errors were encountered: