diff --git a/style.css b/style.css index b647ecc..687419a 100644 --- a/style.css +++ b/style.css @@ -64,12 +64,15 @@ Version: 1.0 #lcp-header-container.lcp-sticky-on-scroll.lcp-fixed { position: fixed; - top: 32px; /* Adjusted for admin bar, if present */ + top:0; left: 0; right: 0; z-index: 3; } +.admin-bar #lcp-header-container.lcp-sticky-on-scroll.lcp-fixed { + top:32px +} .admin-bar #lcp-header-container.lcp-sticky, .admin-bar #lcp-header-container.lcp-sticky-on-scroll, .admin-bar #lcp-header-container.lcp-sticky-on-scroll.lcp-stuck {