QuestionnaireModalManager.module.scss 191 B

123456789
  1. @use '@growi/core-styles/scss/bootstrap/init' as bs;
  2. .grw-questionnaire-toasts :global {
  3. position: fixed;
  4. right: 20px;
  5. bottom: 52px;
  6. z-index: bs.$zindex-fixed + 1;
  7. width: 230px;
  8. }