No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_overflow.scss 130B

1234567891011
  1. //
  2. // Overflow
  3. //
  4. .overflow-visible {
  5. overflow: visible !important;
  6. }
  7. .overflow-hidden {
  8. overflow: hidden !important;
  9. }