fixed mobile ui overflowing

This commit is contained in:
t1enne
2022-10-13 20:13:37 +02:00
parent 5eebb10fe6
commit ecfb4a4c53
5 changed files with 22 additions and 15 deletions

View File

@@ -2,7 +2,13 @@
display: grid;
grid-template-columns: 1fr auto;
height: 100%;
width: 100%;
background-color: var(--theme-color-background-main);
.mainSection {
display: flex;
flex-direction: column;
}
.topSection {
padding: 0;