fix: 🐛 show swiper

This commit is contained in:
ThatOneCalculator 2022-08-22 23:28:20 -07:00
parent 44e03b08f1
commit e1e3049455
2 changed files with 10 additions and 11 deletions

View File

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

View File

@ -319,19 +319,18 @@ definePageMetadata(
overflow: clip;
}
> .swiper-pagination {
position: fixed;
margin-bottom: 100px;
z-index: 99999;
background-color: var(--panelHighlight);
padding: 0.5rem 1rem;
border-radius: 999px;
color: var(--accent);
}
> .swiper-pagination-bullet-active {
background: var(--accent, var(--panel));
}
}
.swiper-pagination {
position: fixed;
top: 5rem;
z-index: 1001;
background-color: var(--panelHighlight);
padding: 0.5rem 1rem;
border-radius: 999px;
color: var(--accent);
}
</style>