@internetstiftelsen/styleguide 2.21.23 → 2.21.24

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": "@internetstiftelsen/styleguide",
3
- "version": "2.21.23",
3
+ "version": "2.21.24",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -63,7 +63,7 @@
63
63
 
64
64
  @include m(sliding) {
65
65
  position: fixed;
66
- z-index: z_index(foreground);
66
+ z-index: z_index(middleground);
67
67
  top: rhythm(1);
68
68
  right: -500px;
69
69
  bottom: rhythm(1);
@@ -114,6 +114,8 @@
114
114
  max-width: 100%;
115
115
  padding-right: rhythm(3);
116
116
  padding-bottom: rhythm(2);
117
+ overflow-y: auto;
118
+ max-height: calc(100vh - 77px);
117
119
  }
118
120
 
119
121
  @include b(m-form__row) {