Let sticky_bottom scroll for very small screens.
This commit is contained in:
parent
bef91b959b
commit
cc2199d59a
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ iframe.embedded_search
|
||||||
right: 8px;
|
right: 8px;
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
height: var(--size_sticky_bottom);
|
height: var(--size_sticky_bottom);
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
#content_body.sticky_bottom_left #left:before,
|
#content_body.sticky_bottom_left #left:before,
|
||||||
#content_body.sticky_bottom_right #right:before
|
#content_body.sticky_bottom_right #right:before
|
||||||
|
|
Loading…
Reference in a new issue