Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: popup.html

Issue 29363445: Issue 4577 - Remove Safari support (Closed)
Patch Set: Created Nov. 17, 2016, 11:36 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « options.js ('k') | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
diff --git a/popup.html b/popup.html
index 31756950150f79d6fec47c2c22fffaec8d257910..970e2eb324932517abf6c69ea0d696024b767a4f 100644
--- a/popup.html
+++ b/popup.html
@@ -27,8 +27,7 @@
<script src="stats.js"></script>
</head>
<!-- Set tabindex to work around Chromium issue 304532 -->
-<!-- Set overflow to hidden in order to prevent Safari showing scrollbars while loading -->
-<body tabindex="1" style="overflow: hidden;">
+<body tabindex="1">
<header>
<img id="logo" src="icons/detailed/abp-64.png" srcset="icons/detailed/abp-128.png 2x">
@@ -73,7 +72,7 @@
<div class="menu-item collapse" data-option="show_statsinpopup" data-collapsable="stats-container" role="button">
<div class="icon"></div>
<span class="i18n_stats_title"></span>
- <div class="collapse-icon-placeholder safari-inline-block"></div>
+ <div class="collapse-icon-placeholder"></div>
<div class="collapse-icon"></div>
</div>
<ul id="stats" class="collapsable">
« no previous file with comments | « options.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld