fix scroll behaviour to match that of prior to the spinner fix

watcha-feature/make-nextcloud-documents-integration-a-local-widget
Michael Telatynski 5 years ago
parent 4a4ec596bd
commit 2b133deb63
  1. 5
      res/css/structures/_SpaceRoomView.scss

@ -354,6 +354,11 @@ $SpaceRoomViewInnerWidth: 428px;
display: none;
}
}
.mx_SpaceRoomDirectory_list {
// we don't want this container to get forced into the flexbox layout
display: contents;
}
}
.mx_SpaceRoomView_privateScope {

Loading…
Cancel
Save