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;
user-select: none;
vertical-align: bottom;
position: relative;
}
.p-checkbox-box {
display: flex;
justify-content: center;
align-items: center;
}
}