File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -259,17 +259,17 @@ html[data-theme="dark"] .tooltip-glossary {
259259}
260260
261261.supportDropdownContent {
262- visibility : hidden; /* Prevents accidental hover issues */
263- opacity : 0 ;
264- transform : translateY (-10px ); /* Moves up initially */
265- transition : opacity 0.3s ease-out, transform 0.3s ease-out;
266- position : absolute;
267- right : 0 ;
268262 background-color : # f9f9f9 ;
269263 box-shadow : 0px 8px 16px rgba (0 , 0 , 0 , 0.2 );
270264 color : var (--ifm-color-emphasis-700 );
271265 font-size : 14px ;
272266 min-width : 303px ;
267+ opacity : 0 ;
268+ position : absolute;
269+ right : 0 ;
270+ transform : translateY (-10px ); /* Moves up initially */
271+ transition : opacity 0.3s ease-out, transform 0.3s ease-out;
272+ visibility : hidden; /* Prevents accidental hover issues */
273273 z-index : 1 ;
274274}
275275
You can’t perform that action at this time.
0 commit comments