From 65fbc4aa70806bb39f736894bc41f7cf5c28d5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:51:25 +0300 Subject: [PATCH] Fixed #14159, Fixed #14162 - Dropdown | remove styles that distrupting overlay --- src/app/components/dropdown/dropdown.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/components/dropdown/dropdown.css b/src/app/components/dropdown/dropdown.css index 7caff1e9958..66570af419f 100755 --- a/src/app/components/dropdown/dropdown.css +++ b/src/app/components/dropdown/dropdown.css @@ -41,13 +41,7 @@ .p-dropdown .p-dropdown-panel { min-width: 100%; } - - .p-dropdown-panel { - position: absolute; - top: 0; - left: 0; - } - + .p-dropdown-items-wrapper { overflow: auto; }