diff --git a/BookReader/Resources/Raw/wwwroot/index.html b/BookReader/Resources/Raw/wwwroot/index.html index 7905b07..f99416f 100644 --- a/BookReader/Resources/Raw/wwwroot/index.html +++ b/BookReader/Resources/Raw/wwwroot/index.html @@ -101,6 +101,28 @@ z-index: 9999; display: none; } + /* Прозрачные зоны для тачей поверх всего */ + #touch-left, #touch-right, #touch-center { + position: fixed; + top: 0; + height: 100%; + z-index: 9000; + } + + #touch-left { + left: 0; + width: 30%; + } + + #touch-right { + right: 0; + width: 30%; + } + + #touch-center { + left: 30%; + width: 40%; + }
@@ -116,7 +138,10 @@ - + + + +