enable additional css containment
This commit is contained in:
parent
ee96fa577b
commit
e6d3222572
11 changed files with 32 additions and 70 deletions
|
@ -2,12 +2,23 @@
|
|||
display: inline-block;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
contain: style;
|
||||
}
|
||||
|
||||
iron-list .card {
|
||||
display: block;
|
||||
/*.itemsContainer .card {
|
||||
contain: layout style;
|
||||
}
|
||||
|
||||
.itemsContainer {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.itemsContainer.smoothScrollX, .itemsContainer.hiddenScrollX {
|
||||
display: block;
|
||||
}*/
|
||||
|
||||
.card, .card a {
|
||||
text-decoration: none;
|
||||
font-weight: 400 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue