mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-07 22:56:51 +02:00
Fix typos
This commit is contained in:
@@ -45,13 +45,13 @@ const Details: React.FC<{}> = () => {
|
|||||||
|
|
||||||
/* Position it right below the trigger element */
|
/* Position it right below the trigger element */
|
||||||
left: 0;
|
left: 0;
|
||||||
paddingtop: 4px;
|
padding-top: 4px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
|
|
||||||
/* It should be on the top of other elements */
|
/* It should be on the top of other elements */
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
zindex: 9999;
|
z-index: 9999;
|
||||||
|
|
||||||
/* Size */
|
/* Size */
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
Reference in New Issue
Block a user