Hi guys,

Below is my structure on Angular Material:

<div layout="column">

<!-- TOP FIXED TOOLBAR -->
<md-toolbar>...</md-toolbar>

<div layout="row">

<!-- LEFT CONTENT -->
<div flex="30">...</div>

<!-- MAIN CONTENT -->
<div flex="70">...</div>

</div>

</div>


Now I want when scrolling page, the left content will be fixed. And by 
scrolling page, I meant I need the scroll bar (on right side) is on the 
page, not on the main content div.
I tried to add position:fixed to left content, but it didn't work.

Thanks for ur helps!

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to