DD and z-index
This commit is contained in:
parent
8149e4c61f
commit
9b887c0599
2 changed files with 6 additions and 2 deletions
|
@ -39,7 +39,6 @@ body.noscroll
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width:40%;
|
width:40%;
|
||||||
height:400px;
|
height:400px;
|
||||||
z-index:200;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 15%;
|
margin-top: 15%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
@ -20,7 +20,12 @@
|
||||||
" I Am A Lecturer... ": {{ user.isLecturer }}
|
" I Am A Lecturer... ": {{ user.isLecturer }}
|
||||||
</md-switch>
|
</md-switch>
|
||||||
</div>
|
</div>
|
||||||
<center>
|
<center>
|
||||||
|
<div>
|
||||||
|
<md-select placeholder="Campus Name" ng-model="campus" style="z-index: 9999">
|
||||||
|
<md-option ng-repeat="c in campuses" value="{{c.title}}">{{c.title}}</md-option>
|
||||||
|
</md-select>
|
||||||
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<b>Note:</b> This setting can be changed in the future. <br>
|
<b>Note:</b> This setting can be changed in the future. <br>
|
||||||
But Choose Now for easy Registration...
|
But Choose Now for easy Registration...
|
||||||
|
|
Loading…
Reference in a new issue