diff --git a/src/components/checkbox/Checkbox.css b/src/components/checkbox/Checkbox.css index aa7995d3d..3b85c8155 100755 --- a/src/components/checkbox/Checkbox.css +++ b/src/components/checkbox/Checkbox.css @@ -3,10 +3,11 @@ cursor: pointer; user-select: none; vertical-align: bottom; + position: relative; } .p-checkbox-box { display: flex; justify-content: center; align-items: center; -} \ No newline at end of file +}