Skip to content

Commit 21d7515

Browse files
authored
Merge pull request #3925 from Giri-Suman/Issue-3843-Suman
Issue #3843
2 parents da8649a + 0eb650e commit 21d7515

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/User/UserTooltip.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.Tooltip {
44
&.customer-data {
55
.tooltip-target {
6+
z-index: 0;
67
display: flex;
78
&>div:first-child {
89
margin-left: -5px;

src/routes/settings/routes/profile/components/ProfileSettingsForm.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
margin-bottom: 0;
8585
}
8686
:global(.Dropdown) {
87+
overflow-y: scroll;
8788
height: 120px;
8889
}
8990
}

0 commit comments

Comments
 (0)