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:
committed by
Ravind Kumar
parent
f1b427bd1b
commit
2a8a7bd107
@ -142,7 +142,7 @@
|
||||
border-width: 0 6px 4px;
|
||||
border-color: transparent transparent #fff;
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
bottom: 0;
|
||||
transition: opacity 200ms;
|
||||
z-index: 2;
|
||||
}
|
||||
@ -245,7 +245,7 @@
|
||||
transform: translateX(calc(-50% + 3rem));
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 2.65rem;
|
||||
top: 100%;
|
||||
opacity: 0;
|
||||
transition: opacity 200ms;
|
||||
pointer-events: none;
|
||||
|
Reference in New Issue
Block a user