You are using a <section> for your map and not a <div>.
That might not be 100% true but it has something to do all the sections in the map domNode.
Scratch previous. The logo is there but map overflow is hidden. Why put all those extra elements in the map's domNode? They are making the map overflow. The only thing you should have in the map in the home button div.
I see. You can use a border container as a region (no height or width required). Set the toolbar as the top region and the map as the center region therein.
Will not.In your case:[HTML]<div type="bc" props="design:'headline', liveSplitters:false"> <div type="cp" props="region:'top'"> header </div> <div type="bc" props="region:'center', design:'sidebar', liveSplitters:true"> <div type="cp" props="region:'left'"> left </div> <div type="tb" props="region:'top', splitter:false"> toolbar </div> <div id="map" type="cp" props="region:'center'"> map </div> </div></div>[/HTML](just for structure )
1) override with css2) set the center region border container prop "design:'sidebar'"
Inspect the element with your browser's dev tools (i use firebug w/ firefox). It allows to see what styles are applied to an element and play around with styles in real time w/o reloading the page.
.claro .dijitSplitterH, .claro .dijitGutterH { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; height: 0px; }
You're talking about the gutters. Instead of changing css, set center border container prop "gutters:false".
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.