Browse Source

Make hearted nodes list scrollable

pm2
Luke Childs 9 years ago
parent
commit
aa80c5533a
  1. 1
      public/assets/style.css

1
public/assets/style.css

@ -333,6 +333,7 @@ footer {
z-index: 1;
height: 100%;
max-width: 500px;
overflow-y: scroll;
transform: translateX(100%);
transition: transform 0.5s ease;
}

Loading…
Cancel
Save