1
0
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:
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 */ /* 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;