diff --git a/test/demo/m2/README.md b/test/demo/m2/README.md index ba5bae88..ef92c45c 100644 --- a/test/demo/m2/README.md +++ b/test/demo/m2/README.md @@ -1,5 +1,4 @@ # To Do -* When going to thumbs, scroll to the proper part of the page * Support 400+ page collections * Show/hide pages? diff --git a/test/demo/m2/index.html b/test/demo/m2/index.html index 90559ee1..7c6ef773 100644 --- a/test/demo/m2/index.html +++ b/test/demo/m2/index.html @@ -43,7 +43,7 @@ background: white; } - .openseadragon1.full { + .viewer-position { position: absolute; left: 0; top: 30px; @@ -51,7 +51,10 @@ bottom: 0; } - .openseadragon1.thumbs { + .scroll-cover { + display: none; + overflow: scroll; + z-index: 100; } @@ -67,6 +70,9 @@ -
+ +