Fixed #1534 - Checkbox causes layout issues when used inside an overflow: auto div

pull/1412/head
mertsincan 2021-09-10 11:07:52 +03:00
parent 221a3f827d
commit 13dd5820b3
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
vertical-align: bottom; vertical-align: bottom;
position: relative;
} }
.p-checkbox-box { .p-checkbox-box {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }