1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Fix nav dropdown disappearing on Safari

This commit is contained in:
Kaan Kabalak
2022-07-12 19:59:59 -07:00
committed by Ravind Kumar
parent f1b427bd1b
commit 2a8a7bd107

View File

@ -142,7 +142,7 @@
border-width: 0 6px 4px; border-width: 0 6px 4px;
border-color: transparent transparent #fff; border-color: transparent transparent #fff;
position: absolute; position: absolute;
bottom: -2px; bottom: 0;
transition: opacity 200ms; transition: opacity 200ms;
z-index: 2; z-index: 2;
} }
@ -245,7 +245,7 @@
transform: translateX(calc(-50% + 3rem)); transform: translateX(calc(-50% + 3rem));
position: absolute; position: absolute;
left: 0; left: 0;
top: 2.65rem; top: 100%;
opacity: 0; opacity: 0;
transition: opacity 200ms; transition: opacity 200ms;
pointer-events: none; pointer-events: none;