Add building z-limit function to shader and web ui (#462)

This commit is contained in:
Izumi Kawashima
2017-12-26 17:04:47 +09:00
committed by Emux
parent 0367507dae
commit abac84e82a
6 changed files with 125 additions and 6 deletions

View File

@@ -104,3 +104,17 @@ html,body {
background-color: #DDDDDD;
opacity: 0.5;
}
#building-solution{
z-index: 20001;
position: absolute;
top: 40px;
left: 0px;
}
input[type=range][orient=vertical]{
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 8px;
height: 175px;
padding: 0 5px;
}