CSS not working properly in Svelte after importing "@smui/fab "?

Viewed 764

When I put this line, all css inside my basic svelte app stops working.

<script>
    import Fab from '@smui/fab';
</script>

All the elements are displaying properly. I can see Floating Action Button at the top left of the page but I am unable to move it to bottom right ?

Why is this happening? How to sort this issue?

0 Answers
Related