Changes to script.js and moved backend code to /includes/classes/backend.php
This commit is contained in:
10
style.css
10
style.css
@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user