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; +}