mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-03 02:48:43 +08:00
[questions][ui] fix landing dropdown being clipped
This commit is contained in:
@@ -83,7 +83,7 @@ export default function LandingComponent({ onLanded }: LandingComponentProps) {
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-16 sm:mt-24 lg:col-span-6 lg:mt-0">
|
||||
<div className="bg-white shadow sm:mx-auto sm:w-full sm:max-w-md sm:overflow-hidden sm:rounded-lg">
|
||||
<div className="bg-white shadow sm:mx-auto sm:w-full sm:max-w-md sm:rounded-lg">
|
||||
<div className="px-4 py-8 sm:px-10">
|
||||
<div>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user