SDA-4530 - enable use content size for screen sharing indicator window (#2184)

This commit is contained in:
Kiran Niranjan 2024-08-02 07:57:08 +05:30 committed by GitHub
parent 39fd9914d3
commit 235ef5c8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -1952,6 +1952,7 @@ export class WindowHandler {
maximizable: false,
title: 'Screen Sharing Indicator - Symphony',
closable: false,
useContentSize: true,
},
{
devTools: isDevEnv,

View File

@ -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;