From ed5f74f399779eac7ee5f447218ea4976c0546d2 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 23 Nov 2023 00:49:34 +0300 Subject: [PATCH] fix: screens were clipped by width --- src/screens.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screens.css b/src/screens.css index d0a752d76..694c77b73 100644 --- a/src/screens.css +++ b/src/screens.css @@ -33,7 +33,6 @@ overflow: auto; /* todo I'm not sure about it */ /* margin-top: calc(100% / 6 - 16px); */ - width: 310px; align-items: center; gap: 10px;