@servicetitan/navigation 1.4.10 → 1.4.11

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.
@@ -120,7 +120,7 @@
120
120
 
121
121
  .center {
122
122
  min-width: 0;
123
- overflow-x: auto;
123
+ overflow-x: hidden;
124
124
  overflow-y: hidden;
125
125
  }
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/navigation",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "Navigation components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,5 +43,5 @@
43
43
  "less": true,
44
44
  "webpack": false
45
45
  },
46
- "gitHead": "323346fea9b5c65f881aa537185a61ce35239069"
46
+ "gitHead": "12b2dc29d40ca44be2121f987c7760d885e333b7"
47
47
  }
@@ -120,7 +120,7 @@
120
120
 
121
121
  .center {
122
122
  min-width: 0;
123
- overflow-x: auto;
123
+ overflow-x: hidden;
124
124
  overflow-y: hidden;
125
125
  }
126
126