mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
explicit position:relative for app-content, fixes first run layout
This commit is contained in:
parent
b5f0a17918
commit
9c6f604321
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@
|
|||
|
||||
/* Part where the content will be loaded into */
|
||||
#app-content {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue