Merge pull request #2755 from nextcloud/fix-2731-stable10

make sure that header is always positioned at the top
This commit is contained in:
John Molakvoæ 2016-12-21 11:30:05 +01:00 committed by GitHub
commit f95d432b76
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@
.header-right {
position: absolute;
right: 0;
top: 0;
padding: 7px 5px;
color: #fff;
height: 100%;