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

Fix horizontal scrolling of code hints #11195

Merged
merged 1 commit into from
Jun 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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