fix breath container
This commit is contained in:
gofnnp 2025-06-24 18:28:26 +04:00
parent c444df7999
commit cf2ea84bc9
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.container {
width: 100dvw;
max-width: 560px;
height: calc(100dvh - 56px);
background-color: #000;
position: absolute;

View File

@ -1,5 +1,6 @@
.container {
width: 100dvw;
max-width: 560px;
height: calc(100dvh - 56px);
background-color: #000;
position: absolute;