Left Menu, Composer: Various layout fixes for iOS (#1176)
This commit is contained in:
parent
36fd93bb07
commit
4277e6da52
@ -64,6 +64,13 @@
|
||||
|
||||
.Menu .bubble {
|
||||
min-width: 17rem;
|
||||
max-height: calc(100vh - 8.5rem);
|
||||
overflow-y: auto;
|
||||
overflow-y: overlay;
|
||||
|
||||
@media (max-height: 640px) {
|
||||
max-height: calc(100vh - 11rem);
|
||||
}
|
||||
}
|
||||
|
||||
// @optimization
|
||||
|
||||
@ -261,7 +261,7 @@
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -0.5rem;
|
||||
top: -.5625rem;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
|
||||
@ -337,6 +337,7 @@
|
||||
max-height: 16rem;
|
||||
padding-top: calc(0.84375rem - var(--border-width));
|
||||
padding-bottom: calc(0.84375rem - var(--border-width));
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
transition: height 100ms ease;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user