fixed the updated UI overflow behaviour

This commit is contained in:
WolverinDEV 2020-09-02 12:23:11 +02:00
parent a02ebb0048
commit 9e14cdb742

View file

@ -2,7 +2,8 @@
@import "../../../../css/static/properties";
.container {
width: 57em;
/* width: 57em; */
max-width: 57em;
min-width: 20em;
flex-shrink: 1;