hds-web 1.36.1 → 1.36.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.36.1",
3
+ "version": "1.36.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -383,7 +383,7 @@ export default function V3Header(props) {
383
383
  (mobileNavOpen ? " translate-x-0" : " translate-x-[1240px]")
384
384
  }
385
385
  >
386
- <div className="bg-neutral-100 h-[calc(100%-80px)] rounded-2xl overflow-y-scroll scrollbar-hide z-50">
386
+ <div className="bg-neutral-100 h-[calc(100%-80px)] rounded-2xl overflow-y-scroll scrollbar-hide">
387
387
  <div className="pt-6 pb-4 tb:mr-[12px] mr-[30px] min-h-[36px] flex flex-row justify-between items-center sticky top-0 bg-neutral-100 z-50 ">
388
388
  {(isCompany || isDeveloper || isProduct) && (
389
389
  <div
@@ -898,4 +898,4 @@ V3Header.defaultProps = {
898
898
  },
899
899
  ],
900
900
  headerUrl: "/",
901
- };
901
+ };