Skip to content

Commit 0caa484

Browse files
committed
fix the popover bug in the app example by making the custom css more specific for .content
1 parent b41175f commit 0caa484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/container-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
/* The white background content wrapper */
32-
.content {
32+
.container > .content {
3333
background-color: #fff;
3434
padding: 20px;
3535
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */

0 commit comments

Comments
 (0)