Skip to content

Commit

Permalink
SDA-4530 - enable use content size for screen sharing indicator window
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Aug 1, 2024
1 parent 39fd991 commit c10efb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/window-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1952,6 +1952,7 @@ export class WindowHandler {
maximizable: false,
title: 'Screen Sharing Indicator - Symphony',
closable: false,
useContentSize: true,
},
{
devTools: isDevEnv,
Expand Down
4 changes: 4 additions & 0 deletions src/renderer/styles/screen-sharing-indicator.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
local('Ubuntu Light'), local('Segoe UI'), local('Roboto'), local('Tahoma');
}

::-webkit-scrollbar {
display: none;
}

body {
font-family: @font;
font-size: 13px;
Expand Down

0 comments on commit c10efb5

Please sign in to comment.