feat(webui): disable bounce in divina reader

Closes: #1600
This commit is contained in:
Gauthier Roebroeck 2025-01-22 15:59:46 +08:00
parent fd3b1aa8b8
commit dd31f5b062

View file

@ -920,5 +920,6 @@ export default Vue.extend({
.html-reader {
scrollbar-width: none;
overscroll-behavior: none;
}
</style>