STYLE Hidding overflow on main
This commit is contained in:
parent
66828aa8b6
commit
371e539598
|
|
@ -2,3 +2,7 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@apply text-primary;
|
@apply text-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user