From b1897ff776677d946990f2319923979de4507860 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Fri, 18 Oct 2019 13:42:16 +0000 Subject: [PATCH] [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 --- library.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/library.css b/library.css index 0bd4991..f37b6c7 100644 --- a/library.css +++ b/library.css @@ -1233,13 +1233,19 @@ textarea { .large-beta-indication { height: 104px; - position: relative; + position: absolute; top: 0; left: 0; } - -.beta-indication-sticky { - height: 104px; - position: fixed; +.uk-navbar-sticky .beta-indication-sticky { + position: fixed !important; + display: block; } +.beta-indication-sticky { + height: 102px; + position: fixed; + top: 0; + left: 0; + display: none; +}