From f15bd7307b8b13528ec25b3483d04738bc06ee5a Mon Sep 17 00:00:00 2001 From: George Raptis Date: Fri, 17 Dec 2021 14:47:56 +0200 Subject: [PATCH] Fix typos --- pages/dropdown/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/dropdown/index.tsx b/pages/dropdown/index.tsx index 942b630..621cfbb 100644 --- a/pages/dropdown/index.tsx +++ b/pages/dropdown/index.tsx @@ -45,13 +45,13 @@ const Details: React.FC<{}> = () => { /* Position it right below the trigger element */ left: 0; - paddingtop: 4px; + padding-top: 4px; position: absolute; top: 100%; /* It should be on the top of other elements */ background-color: #fff; - zindex: 9999; + z-index: 9999; /* Size */ height: 200px;