fix overflow

This commit is contained in:
softsimon 2024-07-08 22:29:49 +09:00
parent eec6efcc22
commit c391a532de
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -173,6 +173,7 @@
}
.show {
opacity: 1;
white-space: nowrap;
}
.hide {
opacity: 0.4;