[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:
parent
1e52629776
commit
7d090b046b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue