From 23e2b7f544ade06f1eaddbf1c269b85b157f4e29 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Thu, 17 Oct 2019 11:48:06 +0000 Subject: [PATCH] [Library|Trunk] Navbar: fix position issue for beta-indication badge git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57402 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/library.css b/library.css index f852359..0bd4991 100644 --- a/library.css +++ b/library.css @@ -1233,7 +1233,13 @@ textarea { .large-beta-indication { height: 104px; - position: fixed; + position: relative; top: 0; left: 0; } + +.beta-indication-sticky { + height: 104px; + position: fixed; + +}