Skip to content

Commit

Permalink
fix(Layout Rough): Fixes some visual issues with Layout Rough
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Anderson committed Aug 22, 2020
1 parent 4642853 commit bb75d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/layouts/LayoutRough/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ $alertp: #7a24cf;
background-image: url("./images/focus-c.png");
}
}
.dropdown .btn {
overflow: visible;
}
.form-control,
.form-control:active,
.form-control:focus,
Expand Down
2 changes: 1 addition & 1 deletion src/components/views/Targeting/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
grid-template-rows: 1fr 1fr;
grid-gap: 10px;
overflow-y: auto;
overflow-x: hidden;
overflow-x: visible;
.torpedo-loader {
width: auto;
height: auto;
Expand Down

0 comments on commit bb75d62

Please sign in to comment.