Widen popup body to 412px to account for scrollbar width
Some checks failed
check / check (push) Has been cancelled

This commit is contained in:
2026-02-26 03:13:31 +07:00
parent 75ec67617b
commit ff3554e24e

View File

@@ -14,8 +14,6 @@
} }
body { body {
width: 396px; width: 412px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto;
scrollbar-gutter: stable;
} }