Merge pull request #15164 from nextcloud/recommendations-multiselect-overlap

Fix multiselect bar overlapping recommendations
This commit is contained in:
John Molakvoæ 2019-04-23 16:06:41 +02:00 committed by GitHub
commit ca92a7c6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -262,11 +262,8 @@ table th.column-last, table td.column-last {
}
/* Multiselect bar */
#filestable.multiselect {
top: 51px;
}
table.multiselect thead {
position: fixed;
@include position('sticky');
top: 94px;
z-index: 55;
-moz-box-sizing: border-box;
@ -275,7 +272,7 @@ table.multiselect thead {
}
table.multiselect thead th {
background-color: var(--color-main-background);
background-color: var(--color-main-background-translucent);
font-weight: bold;
border-bottom: 0;
}
@ -783,7 +780,7 @@ table.dragshadow td.size {
tr {
display: block;
border-bottom: 1px solid var(--color-border);
background-color: var(--color-main-background);
background-color: var(--color-main-background-translucent);
th {
width: auto;
border: none;