diff options
| author | shpuld <shp@cock.li> | 2017-11-13 18:39:27 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-13 18:39:27 +0200 |
| commit | e19a617de1c2b3102291d885be5d08bf9388ccbc (patch) | |
| tree | a1aea0acde3fc9de6827adead10fe37a9775d951 /src | |
| parent | 8fdedb4c79e4f569b89496ad323d5d69bd39625a (diff) | |
Add a scrollbar for tall spammy posts.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 84397bfa..6ebc36e9 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -190,6 +190,10 @@ .status-content { margin: 3px 15px 4px 0; + max-height: 400px; + overflow-y: auto; + overflow-x: hidden; + img, video { max-width: 100%; max-height: 400px; |
