.map{ height: 500px; background: #eee; position: relative; overflow: hidden; box-sizing: border-box; border: 1px solid #dcdfe6; &>div.search{ display: inline-block; position: absolute; } &>div.flex-item{ width: 100%; &>div{ width: 100%; height: 100%; position: relative; overflow: hidden; } } }