Fixed #1534 - Checkbox causes layout issues when used inside an overflow: auto div
parent
221a3f827d
commit
13dd5820b3
|
@ -3,6 +3,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-checkbox-box {
|
.p-checkbox-box {
|
||||||
|
|
Loading…
Reference in New Issue