Skip to content

Commit 16c1d38

Browse files
committed
Fix css flicker
1 parent 39a9da4 commit 16c1d38

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)