mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 02:30:23 +00:00
Set cursor to auto instead of pointer on .DocSearch-Container
This commit is contained in:
parent
15318674fb
commit
995df354f2
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
--docsearch-hit-shadow: none;
|
||||
|
||||
z-index: 2000; // Make sure to be over all components showcased in the documentation
|
||||
cursor: auto;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
padding-top: 4rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue