joomla4-backend-template
joomla4-backend-template copied to clipboard
Add this css to prevent bad viewing for Helix Ultimate administration
`#hu-template-preview { min-height: calc(100vh - 42px);
}
#helix-ultimate { color: rgba(2,11,83,.7); } #helix-ultimate input, #helix-ultimate textarea, #helix-ultimate select{ background: none transparent; color: rgba(2,11,83,.7); border-color: rgba(2,11,83,.7); } .hu-options-core{ top: 42px; }`
I can fix the height issue in the next update, as I think that's a bug with the template, but I won't add this CSS just to cater for Helix.
It can be added to the custom.css
that comes with Bettum
Thank you
Thanks, working!