fix issue with widgets being cut off on mobile

This commit is contained in:
wistec-bisrum 2024-09-12 02:23:32 +02:00
parent af690054ee
commit b9ec610d70

View File

@ -33,7 +33,6 @@ span {
background-color: var(--white); background-color: var(--white);
border: 1px solid var(--off-black); border: 1px solid var(--off-black);
border-radius: 20px; border-radius: 20px;
/* box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); */
} }
header, header,
@ -106,7 +105,6 @@ header button {
/* border-radius: 20px; */ /* border-radius: 20px; */
overflow: hidden; overflow: hidden;
border: 1px solid black; border: 1px solid black;
margin-top: auto;
max-height: 540px; max-height: 540px;
overflow-y: auto; overflow-y: auto;
padding: 1em; padding: 1em;
@ -239,6 +237,7 @@ footer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-y: auto; overflow-y: auto;
max-height: none;
} }
#widgets { #widgets {