diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 23:23:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 23:23:13 -0400 |
| commit | f3a47399a7bf761d620843d44b1d5c2887eb7a04 (patch) | |
| tree | b09403ed604ece23d25ec8f4b9e79a336cdd1b88 /static | |
| parent | 4f1620c2d6af1b421b4d20807e402a23efe7fc7c (diff) | |
always show vertical scrollbar to preserve layout
Diffstat (limited to 'static')
| -rw-r--r-- | static/grapheneos.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 96d2a2cb..4a7419ad 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -7,6 +7,7 @@ body { color: rgba(0, 0, 0, 0.87); /* 87% black */ margin: 0; padding: 0; + overflow-y: scroll; } pre { |
