Skip to content
Snippets Groups Projects
Commit 9c6f6043 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

explicit position:relative for app-content, fixes first run layout

parent b5f0a179
Branches
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@
/* Part where the content will be loaded into */
#app-content {
position: relative;
height: 100%;
overflow-y: auto;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment