Skip to content

Commit 477b9a6

Browse files
committed
fix public view - attempt 2
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent d647025 commit 477b9a6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

apps/files_sharing/css/public.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ $download-button-section-height: 200px;
7878
max-height: 100%;
7979
}
8080

81-
// Fix footer overlapping with app-content
82-
.app-files_sharing #app-content {
83-
max-height: calc(100vh - var(--header-height) - #{$footer-height});
84-
}
85-
8681
/* fix multiselect bar offset on shared page */
8782
thead {
8883
left: 0 !important;

core/css/public.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $footer-height: 65px;
6969

7070
/* public footer */
7171
footer {
72-
position: fixed;
72+
position: sticky !important;
7373
display: flex;
7474
align-items: center;
7575
justify-content: center;

0 commit comments

Comments
 (0)