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

Commit 015400e

Browse files
committed
Merge pull request #11199 from sprintr/revert-11195-fix-codehints-overflow
Revert "Fix horizontal scrolling of code hints"
2 parents 254927f + ac90945 commit 015400e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/styles/brackets_patterns_override.less

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,6 @@ 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-
385382
.dark & {
386383
background-color: @dark-bc-menu-bg;
387384
box-shadow: 0 3px 9px @dark-bc-shadow;

0 commit comments

Comments
 (0)