libreoffice-online/loleaflet/css/scrollBar.css
Jan Holesovsky dd8d65552b mobile: Scrollbar related bits.
Change-Id: I66f826045900555d02a5725aed0163f7007ec662
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91477
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-04-02 09:05:35 +02:00

13 lines
154 B
CSS

.scroll-container {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.scroll-container {
height: 100%;
width: 100%;
overflow: auto;
}