diff --git a/public/css/Room.css b/public/css/Room.css index 19c5ad66..4e034542 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -548,10 +548,9 @@ th { .dropdown-menu { position: fixed; - right: 0; /* max-height: 300px; */ border: none; - border-radius: 5px; + border-radius: 10px !important; background: var(--body-bg) !important; box-shadow: var(--box-shadow); overflow-y: auto; diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index b78e4c50..b5972ebc 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -2468,7 +2468,7 @@ class RoomClient { // Check if video is in focus-mode... if (d.hasAttribute('focus-mode')) { const dhaBtn = this.getId(consumer_id + '__hideALL'); - if (dhaBtn) { + if (dhaBtn) { dhaBtn.click(); } }