Prevents menu overflow in mobile version
This commit is contained in:
parent
45d92a3ae8
commit
df94e11c4f
1 changed files with 10 additions and 0 deletions
|
@ -5,3 +5,13 @@
|
||||||
filter: none;
|
filter: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fr-header__menu.fr-modal {
|
||||||
|
// Avoid overflow on mobile version
|
||||||
|
// Due to button width
|
||||||
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
.fr-btn {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue