refs 116073: put questionnaire toast above Fab
@@ -1,6 +1,9 @@
+@use '~/styles/bootstrap/init' as bs;
+
.grw-questionnaire-toasts :global {
position: fixed;
right: 20px;
- bottom: 20px;
+ bottom: 52px;
+ z-index: bs.$zindex-fixed + 1;
width: 230px;
}