diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-13 16:17:57 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-13 16:17:57 +0300 |
| commit | 83205b8c0e317d63c9cef86ede6a84a69021f4e2 (patch) | |
| tree | 8107ed5007f7d4514aee925e5d6b96beed6a3620 /src/components/notifications/notifications.scss | |
| parent | 446de1c623020cb0687bf2dd868b39be5267ef1d (diff) | |
Make sidepanel scroll independently from timeline, allows for seeing notifications and posting new statuses even when scrolled deep down.
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 9bc2a5ec..c7c650a9 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -1,6 +1,8 @@ @import '../../_variables.scss'; .notifications { + // a bit of a hack to allow scrolling below notifications + padding-bottom: 15em; .panel-heading { // force the text to stay centered, while keeping |
