Skip to content

Commit

Permalink
ufal/fe-bottom-menu-during-submission-creation-must-be-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Oct 17, 2023
1 parent d9c1b10 commit 6d9a0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/submission/form/submission-form.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container-fluid">
<div *ngIf="!(isLoading() | async)" class="submission-form-header mb-3 d-flex flex-wrap">
<div *ngIf="!(isLoading() | async)" class="submission-form-header mb-3 d-flex flex-wrap position-sticky">
<div *ngIf="(uploadEnabled$ | async)" class="w-100">
<ds-submission-upload-files [submissionId]="submissionId"
[collectionId]="collectionId"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/startup.scss

Large diffs are not rendered by default.

0 comments on commit 6d9a0c7

Please sign in to comment.