fix border radius

This commit is contained in:
srgooglo 2022-06-04 21:18:45 +02:00
parent 1a3235013c
commit e060be2fb9

View File

@ -25,7 +25,7 @@
.wrapper {
margin-bottom: 25px;
}
.actionsWrapper {
opacity: 1;
}
@ -226,6 +226,10 @@
}
}
.slick-list {
border-radius: 8px;
}
.ant-carousel,
.slick-slider,
.slick-list,
@ -242,8 +246,6 @@
width: 100%;
height: 100%;
border-radius: 12px;
user-select: none;
-webkit-user-drag: none;
@ -254,8 +256,6 @@
width: 100%;
height: 100%;
border-radius: 12px;
user-select: none;
-webkit-user-drag: none;