Scrollbar
This commit is contained in:
parent
dd78cc13ef
commit
51b8817dc7
3 changed files with 9 additions and 1 deletions
src/components/cards
|
@ -28,6 +28,10 @@ const mlb_image = mlb ? 'mlbalign' : 'hidemlb'
|
|||
</article>
|
||||
|
||||
<style>
|
||||
* {
|
||||
transition: all var(--a-time-default) var(--a-animation-1);
|
||||
}
|
||||
|
||||
.hidemlb {
|
||||
display: none;
|
||||
height: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue