We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18bff02 + 903e5d3 commit 2286b9dCopy full SHA for 2286b9d
src/css/tabs/osd.css
@@ -477,9 +477,10 @@ button {
477
478
.tab-osd .preview {
479
width: 360px;
480
-}
+ float: left;
481
+ position: sticky;
482
+ top: 0px;
483
-.tab-osd .preview {
484
/* please don't copy the generic background image from another project
485
* and replace the one that @nathantsoi took :)
486
*/
src/tabs/osd.html
@@ -33,7 +33,7 @@ <h1 class="tab_title">
33
</div>
34
<div class="cf_column twothird">
35
36
- <div class="gui_box grey preview requires-osd-feature" style="float: left; position: fixed;">
+ <div class="gui_box grey preview requires-osd-feature">
37
38
<div class="gui_box_titlebar image">
39
<div class="spacer_box_title">
0 commit comments