Fixed #348 - Item content in Carousel does not expand according to the wrapper element
parent
d141c8ee3c
commit
f574b88d16
|
@ -524,6 +524,7 @@ export default {
|
|||
|
||||
.p-carousel-items-content {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-carousel-items-container {
|
||||
|
@ -562,4 +563,4 @@ export default {
|
|||
.p-items-hidden .p-carousel-item.p-carousel-item-active {
|
||||
visibility: visible;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue