Skip to content

Commit

Permalink
Merge pull request #15164 from nextcloud/recommendations-multiselect-…
Browse files Browse the repository at this point in the history
…overlap

Fix multiselect bar overlapping recommendations
  • Loading branch information
skjnldsv committed Apr 23, 2019
2 parents 0125d17 + 83210d7 commit ca92a7c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions apps/files/css/files.scss
Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ca92a7c

Please sign in to comment.