@lavalogic/scoria 0.37.38 → 0.37.39

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.
@@ -893,4 +893,6 @@ div.sidebar-wrapper .sidebar.toolbar-right {
893
893
  text-align: left;
894
894
  min-width: max-content;
895
895
  isolation: isolate;
896
+ position: relative;
897
+ z-index: 20;
896
898
  }</style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.37.38",
4
+ "version": "0.37.39",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },