Fixed #348 - Item content in Carousel does not expand according to the wrapper element

pull/358/head
mertsincan 2020-06-19 12:01:39 +03:00
parent d141c8ee3c
commit f574b88d16
1 changed files with 2 additions and 1 deletions

View File

@ -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>