From 65701f941d7ba831e5123a58ec99647073981dc4 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Thu, 30 Jan 2014 15:06:04 +0100 Subject: [PATCH] Get rid of weird scrollbar on mouse down --- web/viewer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 54d6d2805..2b9337ddb 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1598,8 +1598,8 @@ html[dir='rtl'] #documentPropertiesContainer .row > * { display: block; top: 0; left: 0; - width: 100%; - height: 100%; + right: 0; + bottom: 0; overflow: hidden; z-index: 50000; /* should be higher than anything else in PDF.js! */ }