[Mobile] Fix

Fixed the desktop version breaking.
CUrrent issue is hte menu is getting cut off.
This commit is contained in:
Shivam Dave
2015-07-16 14:07:25 -07:00
parent 15a88967d0
commit d99b4d75d8
3 changed files with 34 additions and 33 deletions

View File

@@ -59,7 +59,7 @@
}
.pane-special.right {
@include phoneandtablet {
@include phoneandtablet {
@include slMenuTransitions;
width: auto !important;
left: 0px !important;
@@ -93,7 +93,6 @@
width: $tabletMenuSizeLandscape !important;
}
}
.pane-special.right {
@include phoneandtablet {
@include slMenuTransitions;
@@ -123,8 +122,10 @@
.button-pos {
position: absolute;
@include slMenuTransitions;
@include phoneandtablet {
position: absolute;
@include slMenuTransitions;
}
}
.object-header-mobile {