Explorar o código

refs 116073: put questionnaire toast above Fab

Futa Arai %!s(int64=3) %!d(string=hai) anos
pai
achega
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 {
   position: fixed;
   right: 20px;
-  bottom: 20px;
+  bottom: 52px;
+  z-index: bs.$zindex-fixed + 1;
   width: 230px;
 }