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?