Merge pull request #2755 from nextcloud/fix-2731-stable10
make sure that header is always positioned at the top
This commit is contained in:
commit
f95d432b76
|
@ -277,6 +277,7 @@
|
|||
.header-right {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 7px 5px;
|
||||
color: #fff;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue