diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 94e4e9ea57..1bb7ba113c 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5383,6 +5383,9 @@ button.module-image__border-overlay:focus { display: flex; justify-content: space-between; padding-top: var(--title-bar-drag-area-height); + position: absolute; + width: 100%; + z-index: 2; } .module-incoming-call__contact { diff --git a/stylesheets/components/App.scss b/stylesheets/components/App.scss index 7238b2a766..f8cbbe027d 100644 --- a/stylesheets/components/App.scss +++ b/stylesheets/components/App.scss @@ -1,5 +1,6 @@ .App { height: 100%; + position: relative; &.light-theme { background-color: $color-white;