diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-27 19:59:14 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-27 19:59:14 -0400 |
| commit | 2e0e34df0db385acfcd4079fae6e01fd4a2234fa (patch) | |
| tree | 3cf83489ce62b374538f88e243e269d9ae33a997 /src/client/views/MainView.scss | |
| parent | f738601ac9b497334e17835535f7572c961ee373 (diff) | |
added undo for deleting presentation view items. fixed scroll height of mainView sidebar.
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index aebb7a19a..05a8b5c80 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -23,7 +23,7 @@ // add nodes menu. Note that the + button is actually an input label, not an actual button. .mainView-docButtons { position: absolute; - bottom: 35px; + bottom: 10px; left: calc(100% + 5px); z-index: 1; } |
