Skip to content

Commit f4951bd

Browse files
committed
Merge pull request #242 from princemaple/master
fix highlight bar going outside rounded corner
2 parents 5146273 + 5cd9bae commit f4951bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ ul.dropdown {
228228
border: 1px solid $gray-border;
229229
list-style: none;
230230
z-index: 10;
231+
overflow: hidden;
231232
@include border-radius(5px);
232233

233234
li a {

0 commit comments

Comments
 (0)