fix position of 'Deleted files' sidebar entry, fix #10815
This commit is contained in:
parent
ccc9db6c54
commit
e5fd6816df
2 changed files with 5 additions and 2 deletions
|
@ -105,8 +105,10 @@
|
|||
|
||||
/* move Deleted Files to bottom of sidebar */
|
||||
.nav-trashbin {
|
||||
position: absolute !important;
|
||||
bottom: 0;
|
||||
position: fixed !important;
|
||||
bottom: 44px;
|
||||
width: inherit !important;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
#filestable tbody tr { background-color:#fff; height:40px; }
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#app-navigation > ul {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: inherit;
|
||||
overflow: auto;
|
||||
padding-bottom: 44px;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
|
|
Loading…
Reference in a new issue