Skip to content

Commit 2973813

Browse files
authored
Merge pull request #858 from Lemoncode/Fix-z-index-from-settings-and-about-#856
Fix z index from settings and about #856
2 parents cfee516 + 28e35ec commit 2973813

2 files changed

Lines changed: 7 additions & 24 deletions

File tree

apps/web/src/common/components/modal-dialog/modal-dialog.component.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.container {
2-
z-index: 3;
2+
z-index: 5;
33
position: fixed;
44
top: 0;
55
left: 0;

package-lock.json

Lines changed: 6 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)