1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00
nextcloud-apps/files_reader/vendor/pdfjs/css/idevice.css

14 lines
191 B
CSS

.notes,
.search-results,
.view {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.search-results {
height: calc(100% - 5em);
}
.notes {
height: calc(100% - 9em);
}