fix: keep language menu above cards
This commit is contained in:
parent
e9bb86cb94
commit
126079cc6a
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||
<title>BD Leader Center</title>
|
||||
<link rel="stylesheet" href="./style.css?v=20260428-2215" />
|
||||
<link rel="stylesheet" href="./style.css?v=20260428-2225" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="bd-leader-center" aria-label="BD Leader Center" data-i18n-aria="page_label" data-loading="true">
|
||||
|
||||
@ -165,6 +165,7 @@ button {
|
||||
display: grid;
|
||||
grid-template-columns: 44px minmax(0, 1fr) 56px;
|
||||
align-items: center;
|
||||
z-index: 12;
|
||||
min-height: 56px;
|
||||
padding: 8px 14px 6px;
|
||||
}
|
||||
@ -224,7 +225,7 @@ button {
|
||||
position: absolute;
|
||||
top: 38px;
|
||||
right: 0;
|
||||
z-index: 5;
|
||||
z-index: 30;
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
min-width: 74px;
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||
<title>Withdraw/Exchange</title>
|
||||
<link rel="stylesheet" href="./style.css?v=20260428-2215" />
|
||||
<link rel="stylesheet" href="./style.css?v=20260428-2225" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wallet-page" aria-label="Withdraw and exchange" data-i18n-aria="page_label">
|
||||
|
||||
@ -199,6 +199,7 @@ select {
|
||||
display: grid;
|
||||
grid-template-columns: 52px 1fr 52px;
|
||||
align-items: center;
|
||||
z-index: 12;
|
||||
height: 60px;
|
||||
padding: 0 14px;
|
||||
direction: ltr;
|
||||
@ -259,6 +260,7 @@ select {
|
||||
position: absolute;
|
||||
top: calc(100% + 7px);
|
||||
right: 0;
|
||||
z-index: 30;
|
||||
display: grid;
|
||||
gap: 2px;
|
||||
min-width: 58px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user