1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-11 00:24:12 +02:00

Merge pull request #200 from georapbox/patch-1

Fix typos
This commit is contained in:
phuoc-ng
2021-12-19 06:36:37 +07:00
committed by GitHub

View File

@@ -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;