feat: allow overflow in css
This commit is contained in:
parent
2bc98414b1
commit
99715f6105
1 changed files with 0 additions and 2 deletions
|
|
@ -42,7 +42,6 @@
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden; /* Disable scrolling */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Desktop font size */
|
/* Desktop font size */
|
||||||
|
|
@ -59,7 +58,6 @@
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden; /* Disable scrolling */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Global focus ring styles for all tabbable elements */
|
/* Global focus ring styles for all tabbable elements */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue