Fixed #1534 - Checkbox causes layout issues when used inside an overflow: auto div
parent
221a3f827d
commit
13dd5820b3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue