Skip to content

Commit 2bd3258

Browse files
authored
Merge pull request #3159 from plotly/css-flicker
Fix css flicker
2 parents 39a9da4 + 16c1d38 commit 2bd3258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/components/error/CallbackGraph/CallbackGraphContainer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
right: 16px;
66
width: 80vw;
77
height: calc(100vh - 180px);
8-
overflow: auto;
8+
overflow: hidden;
99
box-sizing: border-box;
1010
background: #ffffff;
1111
display: inline-block;

0 commit comments

Comments
 (0)