We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938d3ed commit 5d873e0Copy full SHA for 5d873e0
shinywidgets/static/shinywidgets.css
@@ -6,6 +6,16 @@
6
overflow: hidden;
7
}
8
9
+/*
10
+* At least one exception is .vega-embed, which needs to be visible.
11
+* This especially important for things like FacetChart, where responsive
12
+* sizing isn't supported.
13
+* https://github.com/altair-viz/altair/blob/5dac297/altair/jupyter/jupyter_chart.py#L103-L106
14
+*/
15
+.shiny-ipywidget-output:has(> .vega-embed) {
16
+ overflow: visible;
17
+}
18
+
19
/*
20
* The .forward-fill-potential class gets added after the widget gets displayed (since we
21
* don't know if it's going to fill until then). Also note that we intentionally do this
0 commit comments