-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Below is my css,jquery & min.js code
`
my_css_url = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
app.css.append_css({
"external_url": my_css_url
})
my_jquery = "https://code.jquery.com/jquery-3.1.0.js"
app.scripts.append_script({
"external_url": my_jquery
})
my_js_url = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
app.scripts.append_script({
"external_url": my_js_url
})
`
I am able to get css & jquery of the bootstrap but getting below errors.
plotly-1.31.0.min.js:13 Error: attribute height: A negative value is not valid. ("-14") in browser developer tools.
What should i do in order to get rid of these errors.
Metadata
Metadata
Assignees
Labels
No labels