File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -267,20 +267,18 @@ html[data-theme="dark"] .tooltip-glossary {
267267 opacity : 0 ;
268268 position : absolute;
269269 right : 0 ;
270- transform : translateY (-10px ); /* Moves up initially */
270+ transform : translateY (-10px );
271271 transition : opacity 0.3s ease-out, transform 0.3s ease-out;
272- visibility : hidden; /* Prevents accidental hover issues */
272+ visibility : hidden;
273273 z-index : 1 ;
274274}
275275
276- /* When hovering, show the dropdown with fade-in & slide down */
277276.supportDropdown : hover .supportDropdownContent {
278277 visibility : visible;
279278 opacity : 1 ;
280279 transform : translateY (0 );
281280}
282281
283- /* Add a delay before showing the dropdown */
284282.supportDropdownContent {
285283 transition-delay : 0.1s ;
286284}
You can’t perform that action at this time.
0 commit comments