@cal.macconnachie/web-components 2.6.4 → 2.6.5

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/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5755,7 +5755,10 @@ class ue extends M {
5755
5755
  static {
5756
5756
  this.styles = B`
5757
5757
  :host {
5758
- display: block;
5758
+ display: flex;
5759
+ flex-direction: column;
5760
+ flex: 1;
5761
+ min-height: 0;
5759
5762
  width: 100%;
5760
5763
  position: relative;
5761
5764
  overflow-y: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cal.macconnachie/web-components",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "description": "Web components hosted on a CDN",
5
5
  "keywords": [
6
6
  "web-components",