We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07efe3e commit 8f02700Copy full SHA for 8f02700
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "state-switch",
3
"private": true,
4
- "version": "1.9.4",
+ "version": "1.9.5",
5
"description": "state-switch =================",
6
"scripts": {
7
"build": "rollup -c",
src/main.ts
@@ -220,7 +220,7 @@ class StateSwitch extends LitElement {
220
#root * {
221
grid-column: 1;
222
grid-row: 2;
223
- overflow: hidden !important;
+ overflow: hidden;
224
min-width: 0;
225
}
226
#root *.visible,
0 commit comments