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

Commit 5d4269c

Browse files
committed
Merge pull request #11195 from sprintr/fix-codehints-overflow
Fix horizontal scrolling of code hints
2 parents 83b632d + 494cbe4 commit 5d4269c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/brackets_patterns_override.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ a:focus {
379379
box-shadow: 0 3px 9px @bc-shadow;
380380
border: none;
381381

382+
// Fixes a problem with codehints that exceed the maximum size resulting in horizental scrollbars.
383+
overflow-x: hidden;
384+
382385
.dark & {
383386
background-color: @dark-bc-menu-bg;
384387
box-shadow: 0 3px 9px @dark-bc-shadow;

0 commit comments

Comments
 (0)