@dbcdk/react-components 0.0.93 → 0.0.94

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.
@@ -122,12 +122,6 @@
122
122
  -webkit-overflow-scrolling: touch;
123
123
  }
124
124
 
125
- /* Horizontal document-scrolling: always reserve the scrollbar gutter so
126
- content doesn't shift when the page grows tall enough to need it. */
127
- .documentScrolling.horizontal .mainScroll {
128
- overflow-y: scroll;
129
- }
130
-
131
125
  /* Content area (not a scroll container anymore) */
132
126
  .content {
133
127
  min-width: 0;
@@ -35,6 +35,12 @@ body {
35
35
  margin: 0;
36
36
  }
37
37
 
38
+ @media (min-height: 500px) {
39
+ body {
40
+ overflow-y: scroll;
41
+ }
42
+ }
43
+
38
44
  h1 {
39
45
  font-size: var(--font-size-2xl);
40
46
  }
package/dist/styles.css CHANGED
@@ -35,6 +35,12 @@ body {
35
35
  margin: 0;
36
36
  }
37
37
 
38
+ @media (min-height: 500px) {
39
+ body {
40
+ overflow-y: scroll;
41
+ }
42
+ }
43
+
38
44
  h1 {
39
45
  font-size: var(--font-size-2xl);
40
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbcdk/react-components",
3
- "version": "0.0.93",
3
+ "version": "0.0.94",
4
4
  "description": "Reusable React components for DBC projects",
5
5
  "license": "ISC",
6
6
  "author": "",