Skip to content

Commit 4cedb41

Browse files
committed
Update OSD's Font Manager dialog to remove overflow-y:scroll in order to avoid even a disabled scroll bar on some platforms/browsers (PR feedback).
1 parent dd8a291 commit 4cedb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tabs/osd.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h1 class="tab_title">
152152

153153
<!-- Font Manager dialog -->
154154
<dialog closedby="any" id="fontmanagerdialog" class="html-dialog" style="width: 750px;">
155-
<div class="html-dialog-content" style="overflow-y: scroll;">
155+
<div class="html-dialog-content">
156156
<div class="font-picker">
157157
<h1 class="tab_title" i18n="osdSetupFontPresets"></h1>
158158
<!-- Font preview and list -->
@@ -193,7 +193,7 @@ <h3 i18n="osdSetupCustomLogoInfoTitle"></h3>
193193
<div class="progressLabel"></div>
194194
</div>
195195
<!-- Upload button -->
196-
<div class="default_btn green" style="margin-bottom: 0px;">
196+
<div class="default_btn green">
197197
<a class="flash_font active" i18n="osdSetupUploadFont"></a>
198198
</div>
199199
</div>

0 commit comments

Comments
 (0)