Remove unnecessary css
parent
52bb19aa80
commit
4e7f8edd06
|
@ -74,7 +74,6 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-autocomplete-overlay {
|
.p-autocomplete-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: auto;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: ${dt('autocomplete.overlay.background')};
|
background: ${dt('autocomplete.overlay.background')};
|
||||||
|
@ -90,7 +89,6 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-autocomplete-list {
|
.p-autocomplete-list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue