Skip to content

Commit 754cd9e

Browse files
committed
v2.1.1
- fixed: scrollbar shown on webkit browsers
1 parent fe02903 commit 754cd9e

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

lc_switch.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* LC Switch - superlight pure javascript plugin improving forms look and functionality
3-
* @version: 2.1.0
3+
* @version: 2.1.1
44
* @author: Luca Montanari (LCweb)
55
* @website: https://lcweb.it
66
* Licensed under the MIT license
@@ -40,6 +40,8 @@
4040
direction: ltr;
4141
height: 28px;
4242
width: 73px;
43+
overflow: hidden;
44+
line-height: 0;
4345
vertical-align: middle;
4446
}
4547
.lcs_wrap input {

lc_switch.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "LCweb",
33
"name": "lc-switch",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "Superlight vanilla javascript plugin improving forms look and functionality",
66
"keywords": [
77
"javascript",

0 commit comments

Comments
 (0)