fix(web): lecteur mobile — stabiliser le pinch-zoom (ancrage du point médian sous les doigts avec restauration du scroll par page, gel du commit vertical via data-reader-pinch-active pendant le pincement, preventDefault sur touchstart et touch-action: pan-x pan-y pour bloquer le zoom natif — correctif bug #43)
This commit is contained in:
@ -1023,6 +1023,7 @@ main.app-main-reader .reader-page {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
touch-action: pan-x pan-y;
|
||||
}
|
||||
|
||||
.reader-content {
|
||||
|
||||
Reference in New Issue
Block a user