123456789101112131415161718192021222324252627 |
- @each $d in top, right, bottom, left {
- .u-safe-area-inset-#{$d} {
- padding-#{$d}: 0;
- padding-#{$d}: constant(safe-area-inset-#{$d});
- padding-#{$d}: env(safe-area-inset-#{$d});
- }
- }
- uni-toast {
- z-index: 10090;
- }
- uni-toast .uni-toast {
- z-index: 10090;
- }
- ::-webkit-scrollbar {
- display: none;
- width: 0 !important;
- height: 0 !important;
- -webkit-appearance: none;
- background: transparent;
- }
|