fix(retry btn): overlflow in mobile

This commit is contained in:
ManishMadan2882
2024-09-20 02:25:00 +05:30
parent db34392210
commit 63a15a3359
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
@supports (height: 100dvh) {
:root {
--viewport-height: 100dvh; /* Use dvh where supported */
--viewport-height: 100dvh; /* Use dvh where supported */
}
}