dynamic height

This commit is contained in:
2023-03-01 20:13:40 +10:00
parent 40ed36e0e2
commit fa66ee14ee

View File

@@ -20,10 +20,8 @@ const toastStore = useToastStore();
<style lang="scss">
.sm-toast-container {
position: fixed;
height: 2px;
top: 3.5rem;
right: 0.75rem;
height: 100%;
z-index: 3000;
padding: 10px;
overflow: hidden;