@rogieking/figui3 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/fig.css +1 -0
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -1184,6 +1184,7 @@ fig-slider {
1184
1184
 
1185
1185
  display: inline-flex;
1186
1186
  align-items: center;
1187
+ position: relative;
1187
1188
 
1188
1189
  .fig-slider-input-container {
1189
1190
  height: var(--slider-height);
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.12"
3
+ "version": "1.0.13"
4
4
  }