Skip to content

Commit

Permalink
fix(QInfiniteScroll): hide transitions and animations for invisible i…
Browse files Browse the repository at this point in the history
…tems #15094 (#15098)
  • Loading branch information
pdanpdan committed Dec 16, 2022
1 parent 135d2fa commit f44f110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/css/core/visibility.sass
Expand Up @@ -36,8 +36,10 @@

.hidden
display: none !important
.invisible
.invisible, .invisible *
visibility: hidden !important
transition: none !important
animation: none !important
.transparent
background: transparent !important

Expand Down

0 comments on commit f44f110

Please sign in to comment.