mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-15 17:17:58 +00:00
[bugfix] change page width to prevent scrollbar overflow (#1182)
This commit is contained in:
parent
cfa8d7900c
commit
a1dda22672
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ body {
|
|||
display: grid;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
|
||||
grid-template-columns: auto minmax(auto, 90ch) auto;
|
||||
grid-template-columns: auto min(92%, 90ch) auto;
|
||||
|
|
Loading…
Reference in a new issue