html - ionic nav-bar covers and hides everything at the top -



html - ionic nav-bar covers and hides everything at the top -

helllo, ran problem header or nav-bar hides underneath should force down.

here photo of how looks like:

http://i.stack.imgur.com/rr4nj.png

as can see there "tekstas" list item hidden underneath nav-bar.

here code:

<ion-view hide-back-button="false" has-navbar="true" title="menu"> <ion-side-menus> <ion-side-menu-content> content! <button ng-click="toggleleft()"> toggle left side menu </button> </ion-side-menu-content> <ion-side-menu side="left"> <ul class="list"> <li class="item"> tekstas</li> <li class="item"> tekstas1</li> <li class="item"> tekstas2</li> </ul> </ion-side-menu> </ion-side-menus> </ion-view>

i'am sorry if question sounds stupid, i'am pretty new web development , ionic.

i believe need wrap list <ion-content class="has-header">

<ion-content class="has-header"> <ul class="list"> <li class="item"> tekstas</li> <li class="item"> tekstas1</li> <li class="item"> tekstas2</li> </ul> </ion-content>

html cordova ionic-framework

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -