Skip to content

Commit 8f02700

Browse files
committed
Fix box shadows
1 parent 07efe3e commit 8f02700

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "state-switch",
33
"private": true,
4-
"version": "1.9.4",
4+
"version": "1.9.5",
55
"description": "state-switch =================",
66
"scripts": {
77
"build": "rollup -c",

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class StateSwitch extends LitElement {
220220
#root * {
221221
grid-column: 1;
222222
grid-row: 2;
223-
overflow: hidden !important;
223+
overflow: hidden;
224224
min-width: 0;
225225
}
226226
#root *.visible,

0 commit comments

Comments
 (0)