fix: 🐛 show swiper
This commit is contained in:
parent
44e03b08f1
commit
e1e3049455
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "12.118.1-calc.12.8",
|
||||
"version": "12.118.1-calc.12.9",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -319,19 +319,18 @@ definePageMetadata(
|
|||
overflow: clip;
|
||||
}
|
||||
|
||||
> .swiper-pagination {
|
||||
> .swiper-pagination-bullet-active {
|
||||
background: var(--accent, var(--panel));
|
||||
}
|
||||
}
|
||||
|
||||
.swiper-pagination {
|
||||
position: fixed;
|
||||
margin-bottom: 100px;
|
||||
z-index: 99999;
|
||||
top: 5rem;
|
||||
z-index: 1001;
|
||||
background-color: var(--panelHighlight);
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 999px;
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
> .swiper-pagination-bullet-active {
|
||||
background: var(--accent, var(--panel));
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue