& {
    height: 100%;

}

.searchbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 8px 16px;

    >input {
        background: #eee;
    }
}
