set popup height and width

This commit is contained in:
buzz-lightsnack-2007 2024-05-02 12:00:21 +08:00
parent 8dce19a3a1
commit 6ebb073b64
2 changed files with 6 additions and 1 deletions

View file

@ -84,4 +84,9 @@ iframe.viewer {
height: fit-content;
border: 0;
outline: 0;
}
body[role="window"] {
width: 300pt;
height: 300pt;
}