vanilla-framework 4.4.0 → 4.5.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanilla-framework",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "author": {
5
5
  "email": "webteam@canonical.com",
6
6
  "name": "Canonical Webteam"
@@ -89,8 +89,9 @@
89
89
  }
90
90
 
91
91
  // on largest screens we want to keep the table of contents sticky
92
- .l-docs__meta {
93
- align-self: start;
92
+ .l-docs__sticky-container {
93
+ max-height: 100vh;
94
+ overflow-y: auto;
94
95
  position: sticky;
95
96
  top: 0;
96
97
  }
@@ -46,6 +46,7 @@
46
46
  .p-side-navigation__expand[aria-expanded='false'] + .p-side-navigation__list {
47
47
  height: 0;
48
48
  opacity: 0;
49
+ overflow: hidden;
49
50
  transform: translate3d(0, -0.5rem, 0);
50
51
  // disable transition on close
51
52
  transition-duration: 0s;