Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: GPU変更のダイアログがクリックできなかったのを修正 #2507

Merged
5 changes: 4 additions & 1 deletion src/styles/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ img {
// ダイアログ
.q-dialog,
#q-loading {
// ダイアログをQLoading(z-index: 9998)の上に出す
z-index: 10000;

Hiroshiba marked this conversation as resolved.
Show resolved Hide resolved
.q-dialog__backdrop,
.q-dialog__inner,
.q-loading,
Expand Down Expand Up @@ -278,7 +281,7 @@ img {
font-family: "Material Symbols Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
Expand Down
Loading