No edit summary
No edit summary
Line 3: Line 3:
#tabButtons {
#tabButtons {
display:flex;
display:flex;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000; /* Ensure buttons are above other content */
}
}


Line 16: Line 13:
     display: flex;
     display: flex;
     margin-bottom: 10px;
     margin-bottom: 10px;
margin-top: 10px;
}
}


Line 33: Line 31:




 
<hr/>
<div id="tabButtons">
<div id="tabButtons">



Revision as of 14:18, 27 April 2024