File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 279279.info-box {
280280 display : none;
281281 position : absolute;
282- bottom : 40 px ;
283- right : 50% ;
284- transform : translateX (-50% );
282+ top : 100 % ; /* Positioned directly below the "i" icon */
283+ left : 50% ;
284+ transform : translateX (-50% ); /* Centers the box relative to the "i" icon */
285285 background-color : # fff ;
286286 border : 1px solid # ccc ;
287287 padding : 10px ;
288288 max-width : 300px ;
289289 box-shadow : 0px 4px 6px rgba (0 , 0 , 0 , 0.1 );
290290 z-index : 1000 ;
291+ white-space : normal;
292+ border-radius : 8px ; /* Smooth rounded corners */
291293}
292294
293295.close-info {
297299 border : none;
298300 cursor : pointer;
299301 margin-top : 10px ;
302+ font-family : 'Times New Roman' , Times, serif;
300303}
301304
302305.close-info : hover {
You can’t perform that action at this time.
0 commit comments