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/dist/index.css +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Headers/v3Header.js +1 -1
package/package.json
CHANGED
@@ -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
|
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] " : "")
|