51 lines
1.1 KiB
CSS
51 lines
1.1 KiB
CSS
.wrap-3vvdSnDX {
|
|
display: flex;
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 0;
|
|
}
|
|
.wrap-3vvdSnDX .backdrop-1knaw_yl {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
background-color: #9598a1;
|
|
transform: translateZ(0);
|
|
opacity: 0.7;
|
|
}
|
|
html.theme-dark .wrap-3vvdSnDX .backdrop-1knaw_yl {
|
|
background-color: #0c0e15;
|
|
}
|
|
.wrap-3vvdSnDX.positionBottom-3zJf6Byh {
|
|
align-items: flex-end;
|
|
}
|
|
.wrap-3vvdSnDX .drawer-1_nJUEiM {
|
|
background: #fff;
|
|
box-shadow: 0 2px 6px #b2b5be;
|
|
box-sizing: border-box;
|
|
padding: 6px 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
z-index: 1;
|
|
}
|
|
html.theme-dark .wrap-3vvdSnDX .drawer-1_nJUEiM {
|
|
box-shadow: 0 2px 6px #000;
|
|
background: #1e222d;
|
|
}
|
|
.wrap-3vvdSnDX .drawer-1_nJUEiM.positionLeft-2wxVhi9G {
|
|
min-width: 260px;
|
|
max-width: calc(100% - 40px);
|
|
margin-right: 40px;
|
|
}
|
|
.wrap-3vvdSnDX .drawer-1_nJUEiM.positionBottom-3zJf6Byh {
|
|
border-top-left-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
margin-top: 100px;
|
|
max-height: calc(100% - 100px);
|
|
flex-basis: 100%;
|
|
overflow: auto;
|
|
}
|