diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js index 8b2a1977504dc95e4c424619de217e34ee6b0ad2..43273fb3d74ee25bb5cd932035bd5aaebb0839e0 100644 --- a/packages/file-handling/src/nextcloud-file-picker.js +++ b/packages/file-handling/src/nextcloud-file-picker.js @@ -2062,8 +2062,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { display: inline; } - .nextcloud-nav { /** sticky header **/ - position: absolute; /** relative **/ + .nextcloud-nav { /** sticky header - TODO nur mobil! **/ + /** position: absolute; /** relative **/ + position: relative; width: 100%; } @@ -2072,8 +2073,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { } .nextcloud-header { - padding-bottom: 40px; /**10px**/ - height: 33px; /** TODO verify or change **/ + /** padding-bottom: 40px; 10px**/ + /** height: 33px; TODO verify or change - TODO nur mobil! **/ } .breadcrumb-menu { @@ -2229,9 +2230,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { .nextcloud-header { /**margin-bottom: 2rem;**/ - display: inline-grid; + /**display: inline-grid; TODO**/ width: 100%; - grid-template-columns: auto auto; + /**grid-template-columns: auto auto;**/ } .nextcloud-header div button {