From 903e5d3d069a92ab17b78775e67a67a6092862fb Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Tue, 26 Mar 2019 13:43:32 +0100 Subject: [PATCH] Fix OSD preview under low resolutions --- src/css/tabs/osd.css | 5 +++-- src/tabs/osd.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/css/tabs/osd.css b/src/css/tabs/osd.css index 4779fe91b6..76df2027f9 100644 --- a/src/css/tabs/osd.css +++ b/src/css/tabs/osd.css @@ -477,9 +477,10 @@ button { .tab-osd .preview { width: 360px; -} + float: left; + position: sticky; + top: 0px; -.tab-osd .preview { /* please don't copy the generic background image from another project * and replace the one that @nathantsoi took :) */ diff --git a/src/tabs/osd.html b/src/tabs/osd.html index afac390e4d..c9449c1389 100644 --- a/src/tabs/osd.html +++ b/src/tabs/osd.html @@ -33,7 +33,7 @@

-
+