Browse Source

Stops box-shadow floating under form if container doesn't exactly match input height

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

1
assets/style.css

@ -342,6 +342,7 @@ footer {
transform: translateY(150%);
width: 100%;
margin: 0;
background: #fff;
box-shadow: 0px 3px rgba(255, 255, 255, 0.66);
}
.search input {

Loading…
Cancel
Save