region-labels demo

by Alexander Pilafian

HTML

<script src="https://rawcdn.githack.com/windfish-studio/region-labels/9df60ea5696797e6ded8e324141e6b8eaf0bedff/dist/vendor.js"></script>
<script src="https://rawcdn.githack.com/windfish-studio/region-labels/9df60ea5696797e6ded8e324141e6b8eaf0bedff/dist/demo.js"></script>
<!DOCTYPE html>
<html>
<body>


</body>
</html>

CSS

html, body {
    position: relative;
    margin: 0;
    height: 100%;
}

div.inputs {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

div.inputs>select{
  display: block
}