hds-web 1.41.7 → 1.41.8

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": "hds-web",
3
- "version": "1.41.7",
3
+ "version": "1.41.8",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -161,7 +161,7 @@ export default function V3Header(props) {
161
161
  animate={{ opacity: 1 }}
162
162
  transition={{ ease: "easeInOut", duration: 0.1 }}
163
163
  className={
164
- "absolute top-[21px] -left-[137px] z-[2] transform " +
164
+ "absolute -left-[137px] z-[2] transform " +
165
165
  (dropdownVisibility[0] ? "-left-[137px] " : "") +
166
166
  (dropdownVisibility[1] ? "-left-[218px]" : "") +
167
167
  (dropdownVisibility[3] ? "-left-[50px] " : "")