portal.scss 293 B

1234567891011121314151617
  1. //@import '../theme/variables.scss';
  2. $module: #{$prefix}-portal;
  3. .#{$module} {
  4. position: absolute;
  5. top: 0;
  6. left: 0;
  7. width: 100%;
  8. z-index: $z-portal;
  9. &-inner {
  10. position: absolute;
  11. background-color: transparent;
  12. min-width: max-content;
  13. }
  14. }