diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-01 15:56:45 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-01 15:56:45 +0300 |
| commit | ca997f45e8b2e6c8df72833d774bad7266af76bf (patch) | |
| tree | b84736f8dc6a259cfeb6f612595c20ff271addec | |
| parent | 82944f862d07db46cf342f2ee75b2ab6ddccc4fc (diff) | |
allow overscrolling enough to not have FAB block interactables
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index f2972eda..6597b6f4 100644 --- a/src/App.scss +++ b/src/App.scss @@ -858,6 +858,10 @@ nav { display: block; margin-right: 0.8em; } + + .main { + margin-bottom: 7em; + } } .select-multiple { |
