Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ca01bd6

Browse files
committed
fix: dropdown z-index
1 parent d154df8 commit ca01bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/reskin-2/paymentHistory.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ body {
333333
padding-bottom: 16px;
334334
}
335335
}
336-
336+
337337
#payments > br { display: none; }
338338

339339
.form-container {
@@ -959,6 +959,7 @@ body {
959959
right: -1px;
960960
text-align: left;
961961
cursor: default;
962+
z-index: 9999;
962963
background-color: var(--tc-white);
963964
border: 1px solid var(--black-40);
964965

0 commit comments

Comments
 (0)