Fix popup opening not smooth

This commit is contained in:
sienori 2023-02-18 16:40:40 +09:00
parent 69023de9a4
commit 886e5bee81

View file

@ -68,6 +68,8 @@ body {
"Arial", "Helvetica", sans-serif;
font-size: 13px;
overflow: hidden;
width: 100%;
min-width: 348px;
background-color: var(--main-bg);
#root {