diff --git a/client/less/drawers.less b/client/less/drawers.less index f9b729c944..cff0fa04ad 100644 --- a/client/less/drawers.less +++ b/client/less/drawers.less @@ -60,6 +60,9 @@ width: 100%; padding-top: 5px; } + @media (max-width: 720px) { + width: 100%; + } } .drawer-action-bar { diff --git a/client/less/map.less b/client/less/map.less index 8e6c54c7db..0c9d43ca51 100644 --- a/client/less/map.less +++ b/client/less/map.less @@ -158,7 +158,6 @@ width: 100%; top: 195px; bottom: 0; - margin: 0; // position:absolute; overflow-x: hidden; overflow-y: auto;