This commit is contained in:
NoriDev 2023-12-30 22:54:25 +09:00
parent 151551fc8a
commit 7803142638
2 changed files with 2 additions and 2 deletions

View file

@ -1345,7 +1345,7 @@ defineExpose({
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
grid-auto-rows: 40px;
overflow: scroll;
max-width: 80%;
max-width: 85%;
-ms-overflow-style: none;
scrollbar-width: none;

View file

@ -1394,7 +1394,7 @@ defineExpose({
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
grid-auto-rows: 40px;
overflow: scroll;
max-width: 80%;
max-width: 85%;
-ms-overflow-style: none;
scrollbar-width: none;