Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/css/tabs/osd.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/osd.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="tab_title">
</div>
<div class="cf_column twothird">

<div class="gui_box grey preview requires-osd-feature" style="float: left; position: fixed;">
<div class="gui_box grey preview requires-osd-feature">

<div class="gui_box_titlebar image">
<div class="spacer_box_title">
Expand Down