.combobox { position: relative; } .combobox input { padding-right: 36px; } .combobox select { position: absolute; top: 0; right: 0; width: 32px; height: 100%; z-index: 2; opacity: 0; cursor: pointer; } .combobox .combobox-caret { position: absolute; z-index: 1; top: 0; right: 0; width: 32px; height: 100%; background-image: url('data:image/svg+xml;utf8,'); background-repeat: no-repeat; background-position-y: 50%; background-position-x: 50%; cursor: pointer; }