Fixed #3533 - RadioButton and Rating causes scroll
parent
ccc3aa7eb7
commit
17e7b6e7c0
|
@ -1,4 +1,5 @@
|
||||||
.p-radiobutton {
|
.p-radiobutton {
|
||||||
|
position: relative;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
|
@ -143,6 +143,7 @@ export default {
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.p-rating {
|
.p-rating {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue