1
0
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:
George Raptis
2021-12-17 14:47:56 +02:00
committed by GitHub
parent 1f982a4d62
commit f15bd7307b

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;