@progressive-development/pd-page 0.1.39 → 0.1.40
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/package.json +1 -1
- package/src/PdMenu.js +3 -3
package/package.json
CHANGED
package/src/PdMenu.js
CHANGED
|
@@ -34,10 +34,10 @@ export class PdMenu extends LitElement {
|
|
|
34
34
|
height: var(--pd-menu-height, 100px);
|
|
35
35
|
background-color: var(--pd-menu-bg-col, var(--pd-default-col));
|
|
36
36
|
box-shadow: var(--pd-menu-shadow, 3px 3px 5px grey);
|
|
37
|
-
|
|
38
|
-
// Add into component, before styled from outside by using element
|
|
39
|
-
// removed fixed again => not fit for the teaser, custom properties possible, but now handle this in SPAHelper header element
|
|
37
|
+
|
|
40
38
|
/*
|
|
39
|
+
Add into component, before styled from outside by using element
|
|
40
|
+
removed fixed again => not fit for the teaser, custom properties possible, but now handle this in SPAHelper header element
|
|
41
41
|
width: 100%;
|
|
42
42
|
position: fixed;
|
|
43
43
|
top: 0;
|