Remove unnecessary css

pull/6596/head
Cagatay Civici 2024-10-16 09:57:31 +03:00
parent 52bb19aa80
commit 4e7f8edd06
1 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ const theme = ({ dt }) => `
.p-autocomplete-overlay {
position: absolute;
overflow: auto;
top: 0;
left: 0;
background: ${dt('autocomplete.overlay.background')};
@ -90,7 +89,6 @@ const theme = ({ dt }) => `
.p-autocomplete-list {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-direction: column;