mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
fix(web): hide slider in fullscreen mode (#827)
This commit is contained in:
@@ -535,7 +535,7 @@
|
||||
width = width * ratio;
|
||||
height = height * ratio;
|
||||
|
||||
setWrapperStyle(`${containerHeight}px`, `${containerWidth}px`, 'auto');
|
||||
setWrapperStyle(`${containerHeight}px`, `${containerWidth}px`, 'hidden');
|
||||
|
||||
width = width > 0 ? width : 0;
|
||||
height = height > 0 ? height : 0;
|
||||
|
||||
Reference in New Issue
Block a user