Skip to content

Commit

Permalink
fix(ui): Fix an UI dropdown flickering issue (#5772)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixuan Ding <dingpeixuan911@gmail.com>
  • Loading branch information
dinever authored Apr 29, 2021
1 parent 9dd3c6a commit cb55cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.workflow-node-info {

max-height: calc(100vh - 2 * #{$top-bar-height});
height: calc(100vh - 2 * #{$top-bar-height});
overflow-y: auto;

.tabs {
Expand Down

0 comments on commit cb55cba

Please sign in to comment.