@entur/layout 3.6.0 → 3.6.1
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.
|
@@ -169,6 +169,8 @@
|
|
|
169
169
|
}
|
|
170
170
|
.eds-layout-template-sidebar-wrapper--collapsible{
|
|
171
171
|
position:relative;
|
|
172
|
+
max-height:100dvh;
|
|
173
|
+
max-height:var(--eds-viewport-height, 100dvh);
|
|
172
174
|
}
|
|
173
175
|
|
|
174
176
|
.eds-layout-template-sidebar{
|
|
@@ -179,9 +181,6 @@
|
|
|
179
181
|
max-height:var(--eds-viewport-height, 100dvh);
|
|
180
182
|
width:20rem;
|
|
181
183
|
width:var(--eds-sidebar-width, 20rem);
|
|
182
|
-
position:-webkit-sticky;
|
|
183
|
-
position:sticky;
|
|
184
|
-
top:0;
|
|
185
184
|
}
|
|
186
185
|
.eds-layout-template-sidebar--collapsible{
|
|
187
186
|
overflow-x:hidden;
|
|
@@ -275,7 +274,7 @@
|
|
|
275
274
|
border:none;
|
|
276
275
|
cursor:pointer;
|
|
277
276
|
background-color:var(--basecolors-frame-default);
|
|
278
|
-
color:var(--
|
|
277
|
+
color:var(--basecolors-stroke-light);
|
|
279
278
|
-webkit-box-shadow:0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
280
279
|
-moz-box-shadow:0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
281
280
|
box-shadow:0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
@@ -344,4 +343,7 @@
|
|
|
344
343
|
.eds-layout-template-portal__main{
|
|
345
344
|
padding:1rem;
|
|
346
345
|
padding:var(--eds-portal-main-padding, 1rem);
|
|
346
|
+
max-height:100dvh;
|
|
347
|
+
max-height:var(--eds-viewport-height, 100dvh);
|
|
348
|
+
overflow:auto;
|
|
347
349
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/layout.cjs.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"vite": "^7.1.3",
|
|
69
69
|
"vite-plugin-dts": "^4.5.4"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "e24bdc134a9540bb1c87adac93322237ae568c70"
|
|
72
72
|
}
|