mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] change page width to prevent scrollbar overflow (#1182)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user