[Mobile] Fix
Fixed the desktop version breaking. CUrrent issue is hte menu is getting cut off.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user