diff --git a/components/radiobutton/RadioButton.css b/components/radiobutton/RadioButton.css index 7125d8cdb..29e96441a 100755 --- a/components/radiobutton/RadioButton.css +++ b/components/radiobutton/RadioButton.css @@ -1,4 +1,5 @@ .p-radiobutton { + position: relative; display: inline-flex; cursor: pointer; user-select: none; diff --git a/components/rating/Rating.vue b/components/rating/Rating.vue index 957578b3f..2c87c523e 100755 --- a/components/rating/Rating.vue +++ b/components/rating/Rating.vue @@ -143,6 +143,7 @@ export default {