theme-store/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css
2024-11-12 23:29:41 +00:00

6 lines
234 B
CSS

/* Move #zen-essentials-container to the bottom of the sidebar */
#zen-essentials-container {
margin-top: auto; /* Pushes #zen-essentials-container to the bottom */
order: 999; /* In case flexbox is used, ensure it's last */
}