This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
epubreader/public/pdfjs/css/idevice.css
2023-06-18 01:47:01 +02:00

15 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);
}