Skip to content

Commit

Permalink
Fix css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Nov 20, 2024
1 parent 331b346 commit 15cd7f9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pages/map/map-interface/components/navbar/navbar.module.sass
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
.search-results-card
.search-results-card:global(.bp5-card)
padding: 0
overflow-y: scroll

.search-results
padding: 0
overflow: hidden
position: relative

li
cursor: pointer

&:hover
background-color: var(--accent-hover-color)

ul
list-style: none
margin: 0
margin: 0
padding-left: 0


Expand All @@ -26,14 +29,18 @@

.search-guidance
padding: 0 1em

h3
margin: 1em 0 0.2em

ul
padding-left: 1.2em
margin: 0.5em 0 1em

li
list-style-type: none
position: relative

&:before
content: ''
position: absolute
Expand Down

0 comments on commit 15cd7f9

Please sign in to comment.