@conduction/components 2.1.9 → 2.1.10

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/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  - **Version 2.1 (breaking changes from 2.0.x)**
6
6
 
7
+ - 2.1.10: PrimaryTopNav overflow scroll removed from desktop
7
8
  - 2.1.8 & 2.1.9: PrimaryTopNav will always show subItems on mobile
8
9
  - 2.1.7: Add disabled placholders to all Select elements.
9
10
  - 2.1.6: Add disabled state to CreateKeyValue component
@@ -131,6 +131,7 @@
131
131
 
132
132
  .ul {
133
133
  display: flex;
134
+ overflow-y: unset;
134
135
  }
135
136
 
136
137
  .dropdown {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/components",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -131,6 +131,7 @@
131
131
 
132
132
  .ul {
133
133
  display: flex;
134
+ overflow-y: unset;
134
135
  }
135
136
 
136
137
  .dropdown {