diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index 9fe3dc2238..687cd545fc 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -55,7 +55,6 @@ } .project-list-sidebar when (@is-overleaf) { - height: calc(~"100% -" @v1-dash-link-height); overflow-x: hidden; overflow-y: auto; -ms-overflow-style: -ms-autohiding-scrollbar; diff --git a/services/web/public/stylesheets/app/sidebar-v1-dash-link.less b/services/web/public/stylesheets/app/sidebar-v1-dash-link.less index 008d47662e..b297920e5b 100644 --- a/services/web/public/stylesheets/app/sidebar-v1-dash-link.less +++ b/services/web/public/stylesheets/app/sidebar-v1-dash-link.less @@ -1,3 +1,9 @@ +@v1-dash-link-height: 110px; + +.project-list-sidebar { + height: calc(~"100% -" @v1-dash-link-height); +} + .project-list-sidebar-v1-link { position: absolute; bottom: 0; diff --git a/services/web/public/stylesheets/core/_common-variables.less b/services/web/public/stylesheets/core/_common-variables.less index 4defe7bc9f..0b5d3bf744 100644 --- a/services/web/public/stylesheets/core/_common-variables.less +++ b/services/web/public/stylesheets/core/_common-variables.less @@ -852,7 +852,6 @@ @sidebar-active-bg : @link-color; @sidebar-hover-bg : transparent; @sidebar-hover-text-decoration : underline; -@v1-dash-link-height : 0; @folders-menu-margin : 0; @folders-menu-line-height : 1.2; diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index 49e4196ebf..61c74d0230 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -110,7 +110,6 @@ @sidebar-active-bg : @ol-blue-gray-6; @sidebar-hover-bg : @ol-blue-gray-4; @sidebar-hover-text-decoration : none; -@v1-dash-link-height : 110px; @v1-dash-link-bg : @ol-blue-gray-4; @v1-dash-link-btn-bg : @ol-blue-gray-5; @v1-dash-link-btn-hover-bg : @ol-blue-gray-6;