diff --git a/client/src/theme/components/footerList.scss b/client/src/theme/components/footerList.scss index aa2a30fe94c..e8cf891117b 100644 --- a/client/src/theme/components/footerList.scss +++ b/client/src/theme/components/footerList.scss @@ -1,11 +1,12 @@ /* Parsec Cloud (https://parsec.cloud) Copyright (c) BUSL-1.1 2016-present Scille SAS */ -.folder-footer, .user-footer { +.folder-footer, .user-footer, .workspaces-footer { width: 100%; position: fixed; pointer-events: none; bottom: 0; padding: 1em 0 2.5em; + z-index: 100; text-align: center; background: linear-gradient(360deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); diff --git a/client/src/views/workspaces/WorkspacesPage.vue b/client/src/views/workspaces/WorkspacesPage.vue index 295485ad61b..8b5c9d20348 100644 --- a/client/src/views/workspaces/WorkspacesPage.vue +++ b/client/src/views/workspaces/WorkspacesPage.vue @@ -84,7 +84,9 @@ { } } -.workspaces-footer { - width: 100%; - left: 0; - position: fixed; - bottom: 0; - text-align: center; - color: var(--parsec-color-light-secondary-text); - margin-bottom: 2em; -} - .workspaces-container-grid { display: flex; flex-wrap: wrap;