Browse Source

Make sure list block overflow is hidden

pm2
Luke Childs 8 years ago
parent
commit
9e0445d8b9
  1. 1
      assets/style.css

1
assets/style.css

@ -256,6 +256,7 @@ footer {
position: relative;
background: rgba(255, 255, 255, 0.1);
padding: 1em;
overflow: hidden;
}
tr:nth-of-type(even) {
background: rgba(255, 255, 255, 0.2);

Loading…
Cancel
Save