Skip to content

Commit f15bd73

Browse files
authored
Fix typos
1 parent 1f982a4 commit f15bd73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/dropdown/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ const Details: React.FC<{}> = () => {
4545
4646
/* Position it right below the trigger element */
4747
left: 0;
48-
paddingtop: 4px;
48+
padding-top: 4px;
4949
position: absolute;
5050
top: 100%;
5151
5252
/* It should be on the top of other elements */
5353
background-color: #fff;
54-
zindex: 9999;
54+
z-index: 9999;
5555
5656
/* Size */
5757
height: 200px;

0 commit comments

Comments
 (0)