Added favicon and cleaned up page
This commit is contained in:
parent
c6a086c5c1
commit
ce5104d97e
|
@ -288,7 +288,7 @@ h3 {
|
|||
overflow: hidden;
|
||||
height: fit-content;
|
||||
position: relative;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#description-carousel .description-carousel-item {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 318 B |
|
@ -740,7 +740,12 @@ function pokemonCarousel(direction) {
|
|||
rightButton.style.display = "block";
|
||||
}
|
||||
|
||||
transitionPokemonCarousel(activePokemonCarousel);
|
||||
try {
|
||||
transitionPokemonCarousel(activePokemonCarousel);
|
||||
} catch {
|
||||
//carousel not built yet
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function transitionPokemonCarousel(i) {
|
||||
|
|
Loading…
Reference in New Issue