@cal.macconnachie/web-components 2.6.4 → 2.6.6
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.
- package/dist/index.js +5 -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:
|
|
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;
|
|
@@ -7720,7 +7723,7 @@ class ae extends M {
|
|
|
7720
7723
|
|
|
7721
7724
|
.tabs-sidebar {
|
|
7722
7725
|
position: relative;
|
|
7723
|
-
width: 100
|
|
7726
|
+
width: var(--tabs-sidebar-mobile-width, 100%);
|
|
7724
7727
|
max-height: none;
|
|
7725
7728
|
border-radius: var(--radius-lg);
|
|
7726
7729
|
border-left: 1px solid var(--color-border, #e2e8f0);
|