diff --git a/web/style.css b/web/style.css index 387b52a..af6bb79 100644 --- a/web/style.css +++ b/web/style.css @@ -138,6 +138,8 @@ input:focus { .main-holder { display: flex; + width: 100%; + height: 100%; } ._scrollableView, ._scrollableContainer { @@ -145,6 +147,7 @@ input:focus { flex-direction: row; width: 100%; height: 100%; + min-width: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory;