mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 16:11:38 +03:00
fix issue with widgets being cut off on mobile
This commit is contained in:
parent
af690054ee
commit
b9ec610d70
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user