mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Merge pull request #516 from bilson/osd-preview-fixed
Don't hide osd preview when scrolling
This commit is contained in:
commit
862788a91c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="cf_column twothird">
|
||||
<div class="gui_box grey preview requires-osd-feature" style="float: left;">
|
||||
<div class="gui_box grey preview requires-osd-feature" style="float: left; position: fixed;">
|
||||
<div class="gui_box_titlebar image">
|
||||
<div class="spacer_box_title">
|
||||
Preview <span>(drag to change position)</span><span class="preview-logo cf_tip" title="Show or hide the logo in the preview window. This will not change any settings on the flight controller."></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue