mi6 / ic-ui-kit

Intelligence Community UI Kit (based on StencilJS)
MIT License
19 stars 23 forks source link

`icon` variant does not sit above footer #2026

Open ad9242 opened 2 weeks ago

ad9242 commented 2 weeks ago

Summary of the bug

When displaying a back to top with variant=icon, the element does not remain fixed in position when the footer scrolls into view:

image

the default variant does remain fixed: image

🧐 Expected behaviour

The button should not overlap the footer

📝 Acceptance Criteria

Given an icon variant back to top exists on a page When the page footer scrolls into view Then the back to top button should not overlap the footer

Additional info

This may be due to the tooltip on the button