Merge pull request #13958 from owncloud/fix-resize-overlap
Avoid dropdown to float under sidebar for mid narrow screens
This commit is contained in:
commit
0d8b3afc32
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@
|
|||
padding:16px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 990px) {
|
||||
#dropdown {
|
||||
/* this limits the dropdown to float below the sidebar for mid narrow screens */
|
||||
left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#dropdown.shareDropDown .unshare.icon-loading-small {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue