Skip to content

Commit

Permalink
remove scrollbar and keep overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealconada committed May 18, 2020
1 parent c155d64 commit c148406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/components/link_tooltip/tooltip.css
Expand Up @@ -64,13 +64,12 @@
}

.github-tooltip .tooltip-info .markdown-text {
-ms-overflow-style: none;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
max-height: 150px;
line-height: 1.25;
overflow: overlay;
overflow: hidden;
font-size: 12px;
}

Expand Down

0 comments on commit c148406

Please sign in to comment.