chore: fix clipper width & height issues [skip e2e]

This commit is contained in:
Aman Harwara
2024-02-05 13:59:58 +05:30
parent e81cf1f1e0
commit 5f6c8dedf2
2 changed files with 7 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
html,
body {
min-width: 350px !important;
max-width: 350px !important;
min-height: 260px !important;
}