sticky pagination
All checks were successful
Build and Push Image / build-and-push (push) Successful in 4m6s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 4m6s
This commit is contained in:
@@ -3,7 +3,7 @@ use dioxus::prelude::*;
|
||||
#[component]
|
||||
pub fn Search(query: Signal<String>, page: Signal<i32>) -> Element {
|
||||
rsx! {
|
||||
div { class: "searchBar stickyTop",
|
||||
div { class: "searchBar",
|
||||
input {
|
||||
r#type: "search",
|
||||
placeholder: "Search Files",
|
||||
|
||||
Reference in New Issue
Block a user