1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-23 01:27:14 +02:00

Add animation to menu top change #587, fixes #629

This commit is contained in:
Patrik J. Braun 2023-03-25 23:12:32 +01:00
parent 46e6eeabf2
commit 868dd6433e

View File

@ -9,3 +9,7 @@
*:focus {
outline: none;
}
nav.sticky-top {
transition: top 0.3s ease-in-out;
}