Skip to content

Commit

Permalink
[Nav Res Modern][Fixed] Disable transition on page load
Browse files Browse the repository at this point in the history
For the search bar to avoid flickering
  • Loading branch information
nguyen-v committed Jan 11, 2025
1 parent f94aa24 commit 3fa600f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kibot/out_navigate_results_modern.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,8 @@
body.no-transition #forward-button,
body.no-transition #topmenu,
body.no-transition .sidenav-category .folder > span,
body.no-transition .category-box {
body.no-transition .category-box,
#search-bar {
transition: none !important; /* Disable transition during page load */
}
Expand Down

0 comments on commit 3fa600f

Please sign in to comment.