We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c772c commit dd344a9Copy full SHA for dd344a9
packages/common-enums/src/styles.ts
@@ -3,9 +3,11 @@
3
* @mq
4
*/
5
export enum eMQ {
6
+ TV = "(max-width: 1280px)",
7
LAPTOP = "(max-width: 1080px)",
8
TABLET = "(max-width: 768px)",
9
MOBILE = "(max-width: 576px)",
10
+ SMARTWATCH = "(max-width: 358px)",
11
}
12
13
/**
packages/styles/src/layouts/_scroll.scss
@@ -82,7 +82,7 @@
82
&:not(.#{utils.$prefix-default}--always) {
83
max-width: min(100%, 100vw);
84
height: auto;
85
- overflow: hidden auto;
+ overflow: auto hidden;
86
padding-right: 0;
87
88
> * {
0 commit comments