className='float-right' works but makes link or button unclickable

html.A(‘Refresh’,href=‘/’,className=‘float-right mt-1 mb-1’)

or

dbc.Button(‘Refresh’,href=‘/’,className=‘float-right mt-1 mb-1’)

both work, they do make button stick to the right of the parent. However, such button or link becomes unclickable and i can’t figure out why.
Any help please…

hi, you need to add:

style={"position": "relative", "z-index": "1000"}