Remove unnecessary css
parent
52bb19aa80
commit
4e7f8edd06
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue