Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1696)

Unified Diff: elements/viewer-toolbar/viewer-toolbar.css

Issue 169163004: Allow click events to pass through the toolbar padding. (Closed) Base URL: https://chromium.googlesource.com/chromium/html-office-public.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: elements/viewer-toolbar/viewer-toolbar.css
diff --git a/elements/viewer-toolbar/viewer-toolbar.css b/elements/viewer-toolbar/viewer-toolbar.css
index b3623d718c31d37432be5a2fa0c5f56612addde0..64be0e9f12cc67c0f0e2137a2410ad16d75dc297 100644
--- a/elements/viewer-toolbar/viewer-toolbar.css
+++ b/elements/viewer-toolbar/viewer-toolbar.css
@@ -9,6 +9,7 @@
font-size: 0;
opacity: 1;
padding: 30px 30px 15px 30vw;
+ pointer-events: none;
position: fixed;
right: 0;
}
« no previous file with comments | « elements/viewer-page-indicator/viewer-page-indicator.html ('k') | elements/viewer-toolbar/viewer-toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698