Skip to content

Commit 19fc735

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

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

apps/files_sharing/css/public.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ $download-button-section-height: 200px;
3535
width: unset !important;
3636
}
3737

38+
#imgframe :not(#viewer) img {
39+
min-width: 100px;
40+
}
41+
3842
#imgframe video {
3943
max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height});
4044
}
@@ -78,11 +82,6 @@ $download-button-section-height: 200px;
7882
max-height: 100%;
7983
}
8084

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-
8685
/* fix multiselect bar offset on shared page */
8786
thead {
8887
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)