Skip to content

Commit f8c959d

Browse files
committed
🔪 css style causing issue with responsive sizing
1 parent 16e1f4f commit f8c959d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plot_api/plot_api.js

-2
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ exports.plot = function(gd, data, layout, config) {
244244
'position': 'absolute',
245245
'top': 0,
246246
'left': 0,
247-
'width': '100%',
248-
'height': '100%',
249247
'overflow': 'visible',
250248
'pointer-events': 'none'
251249
});

0 commit comments

Comments
 (0)