Skip to content

Commit

Permalink
Fixes #16843: Scrollbar is always visible in technique editor techiqu…
Browse files Browse the repository at this point in the history
…e's list
  • Loading branch information
VinceMacBuche committed Mar 3, 2020
1 parent bb1bdbd commit 6b7e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ body > .container-fluid > .row > div {
margin-top: 10px;
padding: 0;
border-top: 2px solid #e5e5e5;
overflow-y: scroll;
overflow-y: auto;
}
.techniques-list-container > ul {
list-style: none;
Expand Down

0 comments on commit 6b7e20b

Please sign in to comment.