Procházet zdrojové kódy

refs 116073: put questionnaire toast above Fab

Futa Arai před 3 roky
rodič
revize
eb7ba8392d

+ 4 - 1
packages/app/src/components/Questionnaire/QuestionnaireModalManager.module.scss

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