Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11195 from sprintr/fix-codehints-overflow
Browse files Browse the repository at this point in the history
Fix horizontal scrolling of code hints
  • Loading branch information
marcelgerber committed Jun 1, 2015
2 parents 83b632d + 494cbe4 commit 5d4269c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ a:focus {
box-shadow: 0 3px 9px @bc-shadow;
border: none;

// Fixes a problem with codehints that exceed the maximum size resulting in horizental scrollbars.
overflow-x: hidden;

.dark & {
background-color: @dark-bc-menu-bg;
box-shadow: 0 3px 9px @dark-bc-shadow;
Expand Down

0 comments on commit 5d4269c

Please sign in to comment.