Don't restrict sidebar width
This commit is contained in:
parent
14ff25b87f
commit
b7d01c5615
|
@ -6,9 +6,9 @@ html, body {
|
|||
div#map_canvas { width: 100%; height: 100%; }
|
||||
|
||||
div#sidebar_canvas { position: absolute; top: 0px; right: 0px;
|
||||
box-sizing:border-box; width: 410px;
|
||||
box-sizing: border-box; overflow: auto;
|
||||
background: #FFFFFF; padding: 0px 2px 2px 2px;
|
||||
border-bottom-left-radius: 5px; z-index: 99; overflow: auto; }
|
||||
border-bottom-left-radius: 5px; z-index: 99; }
|
||||
|
||||
div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 0px; border: 2px solid red;
|
||||
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
|
||||
|
|
Loading…
Reference in a new issue