Skip to content
Snippets Groups Projects
Commit 7bbaa6bb authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

changing activity feed to fade in/out rather than slide up from the bottom of the screen

parent f057a10e
No related branches found
No related tags found
No related merge requests found
.activity-feed { .activity-feed {
position: fixed; position: fixed;
top: 140px; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: -1; z-index: -1;
opacity: 0; opacity: 0;
transition: top, opacity, $transition; transition: opacity, z-index, $transition;
&.is-open { &.is-open {
top: 0;
z-index: 20; z-index: 20;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background: $color--white; background: $color--white;
opacity: 1; opacity: 1;
transition: opacity, top, $transition;
} }
&__header { &__header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment