diff --git a/src/components/NavDropdown/Products.html b/src/components/NavDropdown/Products.html index 6840775f8c1..43982840b03 100644 --- a/src/components/NavDropdown/Products.html +++ b/src/components/NavDropdown/Products.html @@ -2,7 +2,7 @@ - Connect to MetaMask - Extend and scale - + @@ -137,7 +137,7 @@ Wallet API - + diff --git a/src/components/TutorialsPage/CustomSelect.module.css b/src/components/TutorialsPage/CustomSelect.module.css index 141ff2e4f59..d80e785218d 100644 --- a/src/components/TutorialsPage/CustomSelect.module.css +++ b/src/components/TutorialsPage/CustomSelect.module.css @@ -7,6 +7,7 @@ font-size: 14px; line-height: 125%; box-sizing: border-box; + overflow: visible; } .control { @@ -181,7 +182,7 @@ box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%); - z-index: 1000; + z-index: 9999; position: absolute; top: 100%; left: 0; diff --git a/src/components/TutorialsPage/styles.module.css b/src/components/TutorialsPage/styles.module.css index b87da0de33e..243c717cdd7 100644 --- a/src/components/TutorialsPage/styles.module.css +++ b/src/components/TutorialsPage/styles.module.css @@ -34,7 +34,7 @@ justify-content: space-between; max-width: 100%; box-sizing: border-box; - overflow-x: hidden; + overflow: visible; } .article { @@ -152,7 +152,7 @@ align-items: flex-start; gap: 24px; padding: 0 8px; - overflow-x: hidden; + overflow: visible; } .searchArea { @@ -162,7 +162,7 @@ align-items: center; justify-content: flex-start; gap: 16px; - overflow-x: hidden; + overflow: visible; } .searchInput { @@ -667,7 +667,7 @@ html[data-theme='dark'] mark { .searchArea { justify-content: flex-start; width: 100%; - overflow-x: hidden; + overflow: visible; } } diff --git a/src/pages/tutorials/flutter-wallet.mdx b/src/pages/tutorials/flutter-wallet.mdx index a73841c546b..4e124ab0236 100644 --- a/src/pages/tutorials/flutter-wallet.mdx +++ b/src/pages/tutorials/flutter-wallet.mdx @@ -2,7 +2,7 @@ title: Create a chain-agnostic web3 wallet in Flutter image: 'img/tutorials/tutorials-banners/flutter-wallet.png' description: Empower your Flutter app with a chain-agnostic web3 wallet using the Web3Auth PnP SDK. -tags: [embedded wallets, flutter, andriod, ios, evm, solana, web3auth] +tags: [embedded wallets, flutter, android, ios, evm, solana, web3auth] date: April 22, 2024 author: MetaMask Developer Relations ---