diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 16:14:28 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 16:14:28 +0200 |
| commit | ecb73e1684b42265af3f8d93541600e4d0f9c414 (patch) | |
| tree | 26e413973b32de0367aa06cfc0df329c67733821 /src/frontend/app/root.css | |
| parent | f65b4e1e0d5648038823962349279be4badc68ed (diff) | |
Implement i18n
Closes #18
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index 89da67a..a5024df 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -45,6 +45,7 @@ body { .main-content { flex: 1; overflow: auto; + overflow-x: hidden; } .navigation-bar { |
