empêche la page de déborder horizontalement
This commit is contained in:
parent
378d7521ed
commit
ee9dd6bdc4
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ html, body {
|
|||
font-family: "Verdana", "Helvetica", "Arial", sans-serif;
|
||||
color: var(--text-color-primary);
|
||||
background: var(--primary-bg-color);
|
||||
overflow-x: hidden; /* empêche les stickers de déborder horizontalement */
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue