libreoffice-online/loleaflet/dist/scrollBar.css

14 lines
154 B
CSS
Raw Normal View History

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