diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-07 23:59:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 23:59:51 +0200 |
commit | aa47358812a06f4d57e39938afdc8b2220d5067a (patch) | |
tree | e98bf3ff1f54ff264c8b3dfe3ebb10e4804bcbe3 /apps/files/js/filelist.js | |
parent | 8fadc82bd18b3a2724126df337726755f433c768 (diff) | |
parent | 21d2d86b2f4f4dd16e48f0acb62092529e7f7039 (diff) | |
download | nextcloud-server-aa47358812a06f4d57e39938afdc8b2220d5067a.tar.gz nextcloud-server-aa47358812a06f4d57e39938afdc8b2220d5067a.zip |
Merge pull request #15302 from nextcloud/enhancement/files/table-head-sticky
Floating files header
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r-- | apps/files/js/filelist.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index ea4ea6e1956..99e7abb5584 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -652,8 +652,6 @@ }); this.breadcrumb._resize(); - - this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth()); }, /** |