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

Commit ac90945

Browse files
committed
Revert "Fix horizontal scrolling of code hints"
1 parent 5d4269c commit ac90945

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)