Skip to content

Commit 7829f4a

Browse files
fix(web): hide slider in fullscreen mode (#827)
1 parent 727c308 commit 7829f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-client/iron-remote-desktop/src/iron-remote-desktop.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
width = width * ratio;
536536
height = height * ratio;
537537
538-
setWrapperStyle(`${containerHeight}px`, `${containerWidth}px`, 'auto');
538+
setWrapperStyle(`${containerHeight}px`, `${containerWidth}px`, 'hidden');
539539
540540
width = width > 0 ? width : 0;
541541
height = height > 0 ? height : 0;

0 commit comments

Comments
 (0)