[Library|Trunk]
Navbar: fix position issue for beta-indication badge [again] git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57412 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
23e2b7f544
commit
b1897ff776
16
library.css
16
library.css
|
@ -1233,13 +1233,19 @@ textarea {
|
||||||
|
|
||||||
.large-beta-indication {
|
.large-beta-indication {
|
||||||
height: 104px;
|
height: 104px;
|
||||||
position: relative;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
.uk-navbar-sticky .beta-indication-sticky {
|
||||||
.beta-indication-sticky {
|
position: fixed !important;
|
||||||
height: 104px;
|
display: block;
|
||||||
position: fixed;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.beta-indication-sticky {
|
||||||
|
height: 102px;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue