Merge pull request #9254 from nextcloud/fix-app-sidebar-offset
Also adjust app sidebar offset to new header height
This commit is contained in:
commit
0580f498f2
|
@ -581,7 +581,7 @@ kbd {
|
||||||
*/
|
*/
|
||||||
#app-sidebar {
|
#app-sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 45px;
|
top: 50px;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue