Remove unecessary css clashing with scrolling on mobile
This commit is contained in:
parent
ff6ae0c734
commit
757ae0d2b4
1 changed files with 0 additions and 2 deletions
|
|
@ -83,7 +83,6 @@ input:focus {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
backdrop-filter: var(--glass-blur);
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -757,7 +756,6 @@ input:focus {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
scroll-snap-type: x mandatory;
|
scroll-snap-type: x mandatory;
|
||||||
scroll-behavior: smooth;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
/* Hide scrollbars */
|
/* Hide scrollbars */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue