No edit summary
No edit summary
Line 2: Line 2:
<style>
<style>
#tabButtons {
#tabButtons {
    position: fixed;
position: fixed;
     top: 50%;
     top: 50%;
     transform: translateY(-50%);
     transform: translateY(-50%);
    right: 20px;
     z-index: 1000; /* Ensure buttons are above other content */
     z-index: 1000; /* Ensure buttons are above other content */
}
}

Revision as of 13:31, 27 April 2024