[scss.container] fix .card.container overflow (solving UE display)
This commit is contained in:
parent
24dcbcc7ba
commit
18f71fc2fc
|
@ -109,7 +109,7 @@
|
||||||
// background-color: #f00;
|
// background-color: #f00;
|
||||||
|
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
|
|
||||||
|
|
||||||
/* [3.1] Card style -> instant-search
|
/* [3.1] Card style -> instant-search
|
||||||
|
|
Loading…
Reference in New Issue