Sidebar: avoid using two sidebars by fixing bottom position
- set a fixed bottom position only when on calc (due to tabs) Signed-off-by: Pedro Silva <pedro.silva@collabora.com> Change-Id: I9f98cdc65e83c06da814fe7b89b43ebbe6760f40
This commit is contained in:
parent
b6cdaa9284
commit
56e2b1dc28
1 changed files with 3 additions and 2 deletions
|
@ -192,13 +192,14 @@ body {
|
|||
position: absolute;
|
||||
top: 77px;
|
||||
right: 0px;
|
||||
bottom: 72px;
|
||||
border-top: 1px solid #b6b6b6;
|
||||
border-left: 1px solid #b6b6b6;
|
||||
overflow: hidden;
|
||||
z-index: 990;
|
||||
}
|
||||
|
||||
nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
|
||||
bottom: 72px;
|
||||
}
|
||||
#sidebar-panel {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
|
Loading…
Reference in a new issue