Changes to script.js and moved backend code to /includes/classes/backend.php

This commit is contained in:
Jeremy Rangel
2024-12-23 02:50:12 -08:00
parent f3fbe0fa32
commit 1ccc6f0031
5 changed files with 382 additions and 311 deletions

View File

@ -62,7 +62,7 @@ Version: 1.0
z-index: 3;
}
#lcp-header-container.lcp-sticky-on-scroll.lcp-stuck {
#lcp-header-container.lcp-sticky-on-scroll.lcp-fixed {
position: fixed;
top: 32px; /* Adjusted for admin bar, if present */
left: 0;
@ -76,14 +76,8 @@ Version: 1.0
top: 32px; /* Adjust for admin bar visibility */
}
#lcp-header-container.lcp-sticky-on-scroll {
position: absolute;
top: 0;
left: 0;
right: 0;
}
#lcp-header-container.lcp-sticky-on-scroll.lcp-stuck {
#lcp-header-container.lcp-sticky-on-scroll.lcp-fixed {
position: fixed;
top: 32px; /* Adjusted if admin bar is visible */
}