From 17e7b6e7c006ff85f92e80c58b38bebbd15db771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 13 Jan 2023 16:39:56 +0300 Subject: [PATCH] Fixed #3533 - RadioButton and Rating causes scroll --- components/radiobutton/RadioButton.css | 1 + components/rating/Rating.vue | 1 + 2 files changed, 2 insertions(+) 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 {