forked from rDrama/rDrama
1
0
Fork 0

remove z index attributes that were causing things to fail (only on spooky?)

master
justcool393 2022-10-29 16:31:51 -05:00
parent 5b9a833926
commit 940c475277
1 changed files with 0 additions and 6 deletions

View File

@ -3468,7 +3468,6 @@ small, .small {
border-bottom: 0.1px solid var(--gray-400);
}
.card-thumbnail {
z-index: 3;
display: flex;
align-items: center;
}
@ -6202,11 +6201,6 @@ blockquote + blockquote, div > blockquote:first-child, blockquote:last-child {
margin-top: 0 !important;
}
#searchparams-dropdown {
z-index: 1;
}
.contain {
-o-object-fit: contain;
object-fit: contain;