Skip to content

Commit

Permalink
Merge pull request #1841 from jasongrout/overflow2
Browse files Browse the repository at this point in the history
Make the basic phosphor css less specific
  • Loading branch information
jasongrout committed Nov 28, 2017
2 parents 34091c5 + 38f5e41 commit 5fefc65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/controls/css/phosphor.css
Expand Up @@ -32,7 +32,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

/* The following section is derived from https://github.com/phosphorjs/phosphor/blob/23b9d075ebc5b73ab148b6ebfc20af97f85714c4/packages/widgets/style/widget.css */

.jupyter-widgets .p-Widget {
/* The basic widget css is not namespaced so that it isn't more specific than widget classes. */
.p-Widget {
box-sizing: border-box;
position: relative;
overflow: hidden;
Expand Down

0 comments on commit 5fefc65

Please sign in to comment.