forked from Techsystech/web
parent
2a37c7c30a
commit
b3d49760c9
|
@ -50,12 +50,14 @@ main {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
> .o_main_content {
|
> .o_main_content {
|
||||||
overflow: initial;
|
overflow: initial;
|
||||||
|
@media (max-width: @screen-xs-max) {
|
||||||
> .o_content {
|
> .o_content {
|
||||||
overflow: initial;
|
overflow: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Remove z-index from CP buttons so it doesn't overlap the menu
|
// Remove z-index from CP buttons so it doesn't overlap the menu
|
||||||
.o_control_panel {
|
.o_control_panel {
|
||||||
|
|
Loading…
Reference in New Issue