Show scrollbars in webkit, add padding for autocomplete [v]

dev 2.0.0-beta.14
Vitaliy Filippov 2018-12-18 16:06:35 +03:00
parent 176dec54b9
commit 210297da83
2 changed files with 5 additions and 6 deletions

View File

@ -63,11 +63,6 @@
z-index: var(--z-index-highest);
box-shadow: var(--zdepth-shadow-1);
-ms-overflow-style: none;
&::-webkit-scrollbar {
height: 0;
width: 0;
}
}
.suggestion {
@ -97,3 +92,7 @@
width: 0;
}
}
.inputInputElement {
padding: var(--input-field-padding) calc(3 * var(--input-chevron-offset)) var(--input-field-padding) 0;
}

View File

@ -2,7 +2,7 @@
"name": "react-toolbox",
"description": "A set of React components implementing Google's Material Design specification with the power of CSS Modules.",
"homepage": "http://www.react-toolbox.io",
"version": "2.0.0-beta.13",
"version": "2.0.0-beta.14",
"main": "./lib",
"module": "./components",
"author": {