暫無描述
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.

_reboot.scss 210B

1234567891011121314
  1. body, html, #root {
  2. height: 100%;
  3. }
  4. body {
  5. overflow-y: scroll;
  6. opacity: 1 !important;
  7. }
  8. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  9. html {
  10. overflow-x: hidden;
  11. }
  12. }