mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-06 06:07:33 +02:00
Fix typos
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user