diff --git a/css/panels.css b/css/panels.css index bde94db0..56ddb3d6 100644 --- a/css/panels.css +++ b/css/panels.css @@ -1958,6 +1958,13 @@ span.controller_state_section_info { object-fit: cover; object-position: 0 0; } + /* Fix in Firefox + iPadOS */ + #uv_frame_spacer { + width: 1px; + height: 1px; + pointer-events: none; + position: relative; + } #uv_texture_grid { position: absolute; pointer-events: none; diff --git a/js/texturing/uv.js b/js/texturing/uv.js index bb2ef352..122bf27c 100644 --- a/js/texturing/uv.js +++ b/js/texturing/uv.js @@ -3757,6 +3757,7 @@ Interface.definePanels(function() { :class="{overlay_mode: uv_overlay && mode == 'paint'}" :style="{width: inner_width + 'px', height: inner_height + 'px', margin: getFrameMargin(true)}" > +