fix flextab on mobile

pull/7748/head
Karl Prieb 8 years ago
parent c86df34822
commit bb3d36141d
  1. 1
      packages/rocketchat-theme/client/imports/general/base_old.css

@ -2933,6 +2933,7 @@ body:not(.is-cordova) {
position: relative;
display: none;
width: var(--flex-tab-width);
height: calc(100% - 61px);
overflow-x: visible;
& .control {

Loading…
Cancel
Save