🎨(frontend) stop limit layout height to screen size

The app was limiting the layout height to the screen size,
which was a bit annoying when the content was
bigger than the screen.
We stop doing that, and now the layout
will grow as needed.
This commit is contained in:
Anthony LC
2024-08-06 11:42:13 +02:00
committed by Anthony LC
parent 713d9e48c8
commit 8d5648005f
6 changed files with 13 additions and 10 deletions

View File

@@ -17,6 +17,10 @@ and this project adheres to
- 🐛(y-webrtc) fix prob connection #147
## Changed
- 🎨(frontend) stop limit layout height to screen size #158
## [1.1.0] - 2024-07-15
## Added