diff --git a/src/form/input.js b/src/form/input.js
index af0498b..623ec2d 100644
--- a/src/form/input.js
+++ b/src/form/input.js
@@ -13,12 +13,12 @@ import {
outsideClick
} from '@bd/core'
import '../icon/index.js'
-import '../scroll/index.js'
const ANIMATION = {
duration: 100,
custom: [{ transform: 'scaleY(0)' }, { transform: 'scaleY(1)' }]
}
+
class Input extends Component {
static props = {
readOnly: false,
@@ -43,6 +43,7 @@ class Input extends Component {
#selectIndex = -1
#listShowing = false
#stamp = 0
+
static styles = [
css`
:host {
@@ -135,12 +136,10 @@ class Input extends Component {
max-height: 200px;
padding: 4px 0;
border-radius: 4px;
- // background: var(--color-plain-1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
transform-origin: top;
- // transition: transform linear 00s;
- // transform: scaleY(0);
- wc-scroll {
+
+ .scroller {
max-height: 200px;
}
.list {
@@ -173,7 +172,6 @@ class Input extends Component {
.label input {
padding: 0 10px;
- // margin: 0 18px;
}
.label[prepend] input,
@@ -394,7 +392,7 @@ class Input extends Component {
? html`