Skip to content

Commit 119e9c2

Browse files
committed
Fix tutorials dropdown issue
1 parent 7d0c93d commit 119e9c2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

src/components/TutorialsPage/CustomSelect.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
font-size: 14px;
88
line-height: 125%;
99
box-sizing: border-box;
10+
overflow: visible;
1011
}
1112

1213
.control {
@@ -181,7 +182,7 @@
181182
box-shadow:
182183
0 4px 6px -1px rgb(0 0 0 / 10%),
183184
0 2px 4px -1px rgb(0 0 0 / 6%);
184-
z-index: 1000;
185+
z-index: 9999;
185186
position: absolute;
186187
top: 100%;
187188
left: 0;

src/components/TutorialsPage/styles.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
justify-content: space-between;
3535
max-width: 100%;
3636
box-sizing: border-box;
37-
overflow-x: hidden;
37+
overflow: visible;
3838
}
3939

4040
.article {
@@ -152,7 +152,7 @@
152152
align-items: flex-start;
153153
gap: 24px;
154154
padding: 0 8px;
155-
overflow-x: hidden;
155+
overflow: visible;
156156
}
157157

158158
.searchArea {
@@ -162,7 +162,7 @@
162162
align-items: center;
163163
justify-content: flex-start;
164164
gap: 16px;
165-
overflow-x: hidden;
165+
overflow: visible;
166166
}
167167

168168
.searchInput {
@@ -667,7 +667,7 @@ html[data-theme='dark'] mark {
667667
.searchArea {
668668
justify-content: flex-start;
669669
width: 100%;
670-
overflow-x: hidden;
670+
overflow: visible;
671671
}
672672
}
673673

src/pages/tutorials/flutter-wallet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a chain-agnostic web3 wallet in Flutter
33
image: 'img/tutorials/tutorials-banners/flutter-wallet.png'
44
description: Empower your Flutter app with a chain-agnostic web3 wallet using the Web3Auth PnP SDK.
5-
tags: [embedded wallets, flutter, andriod, ios, evm, solana, web3auth]
5+
tags: [embedded wallets, flutter, android, ios, evm, solana, web3auth]
66
date: April 22, 2024
77
author: MetaMask Developer Relations
88
---

0 commit comments

Comments
 (0)