Skip to content

Commit d4ebd82

Browse files
authored
Popup over collapsible menu z-index fix (#2754)
1 parent 078c1e4 commit d4ebd82

File tree

3 files changed

+73
-111
lines changed

3 files changed

+73
-111
lines changed

Diff for: package-lock.json

+65-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
"@fluentui/react": "^8.105.11",
8080
"@microsoft/applicationinsights-web": "^3.0.2",
8181
"@monaco-editor/loader": "^1.3.3",
82-
"@paperbits/azure": "^0.1.631",
83-
"@paperbits/common": "^0.1.632",
84-
"@paperbits/core": "^0.1.632",
85-
"@paperbits/forms": "^0.1.632",
82+
"@paperbits/azure": "^0.1.634",
83+
"@paperbits/common": "^0.1.634",
84+
"@paperbits/core": "^0.1.634",
85+
"@paperbits/forms": "^0.1.634",
8686
"@paperbits/react": "1.0.8",
87-
"@paperbits/styles": "^0.1.632",
87+
"@paperbits/styles": "^0.1.634",
8888
"@webcomponents/custom-elements": "1.6.0",
8989
"@webcomponents/shadydom": "^1.11.0",
9090
"client-oauth2": "4.3.3",

Diff for: src/themes/website/styles/widgets/popups.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
left: 0;
1212
right: 0;
1313
bottom: 0;
14-
z-index: 1000;
14+
z-index: 10000;
1515
}
1616

1717
.popup-container {
18-
z-index: 1001;
18+
z-index: 10001;
1919
align-items: center;
2020
}
2121

@@ -25,7 +25,7 @@
2525
right: 5px;
2626
border: none;
2727
background: none;
28-
z-index: 1002;
28+
z-index: 10002;
2929
}
3030
}
3131

0 commit comments

Comments
 (0)