diff --git a/bigbluebutton-html5/imports/ui/components/modal/base/styles.scss b/bigbluebutton-html5/imports/ui/components/modal/base/styles.scss
index 3a350f85ec..17d08d3cc6 100755
--- a/bigbluebutton-html5/imports/ui/components/modal/base/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/modal/base/styles.scss
@@ -23,8 +23,8 @@
.overlay {
z-index: 1000;
// background: transparentize($color-white, .35);
- // background: #fff;
- background: transparentize($color-gray-dark, .40);
+ background: #fff;
+ // background: transparentize($color-gray-dark, .40);
display: flex;
align-items: center;
justify-content: center;