@lavalogic/scoria 0.31.2 → 0.31.3

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.
@@ -69,12 +69,17 @@
69
69
 
70
70
  <style>.collapsible-card {
71
71
  background-color: white;
72
+ display: flex;
73
+ flex-flow: column nowrap;
74
+ flex-shrink: 1;
72
75
  border-radius: 4px;
73
76
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1333333333);
74
77
  padding: 1.5rem;
78
+ max-height: 100%;
79
+ overflow: hidden;
75
80
  }
76
81
  .collapsible-card.grow {
77
- flex-grow: 1;
82
+ flex: 1;
78
83
  }
79
84
  .collapsible-card .heading {
80
85
  display: flex;
@@ -129,10 +129,10 @@
129
129
  flex-flow: column nowrap;
130
130
  flex: 1;
131
131
  overflow: auto;
132
- flex-shrink: 1;
132
+ max-height: 100%;
133
133
  }
134
134
  .wrapper.noscroll {
135
- overflow: visible;
135
+ overflow: hidden;
136
136
  }
137
137
  .wrapper .tabs {
138
138
  border-radius: 0 4px 0 0;
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.31.2",
4
+ "version": "0.31.3",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },