[Library & common-assets | new-theme]: Fixes in landing for offcanvas right sidebar.

1. resultLanding.component.html: Moved offcanvas right sidebar outside grid (problem with upcoming new openaire theme - .less version).
2. landing-utils.css: [Bug fix]: In  .landing .uk-offcanvas .uk-dropdown, set left and right to auto (dropdown shouldn't go out of offcanvas).
This commit is contained in:
Konstantina Galouni 2022-06-17 16:20:17 +03:00
parent 1e52629776
commit 7d090b046b
1 changed files with 5 additions and 0 deletions

View File

@ -378,6 +378,11 @@
z-index: 981;
}
.landing .uk-offcanvas .uk-dropdown {
left: auto !important;
right: auto !important;
}
.landing #main-tabs-div {
background: rgba(var(--landing-default-color-rgb), 0.95);
top: 0;