We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d647025 commit 477b9a6Copy full SHA for 477b9a6
apps/files_sharing/css/public.scss
@@ -78,11 +78,6 @@ $download-button-section-height: 200px;
78
max-height: 100%;
79
}
80
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
-
86
/* fix multiselect bar offset on shared page */
87
thead {
88
left: 0 !important;
core/css/public.scss
@@ -69,7 +69,7 @@ $footer-height: 65px;
69
70
/* public footer */
71
footer {
72
- position: fixed;
+ position: sticky !important;
73
display: flex;
74
align-items: center;
75
justify-content: center;
0 commit comments