Autohide the scrollbar on breadcrumbs

Fixes https://github.com/vector-im/riot-web/issues/9349
This commit is contained in:
Travis Ralston 2019-04-04 16:27:00 -06:00
parent 37afa9fc0e
commit b7e557e49a
2 changed files with 6 additions and 2 deletions

View file

@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
'use strict';
import React from "react";
import dis from "../../../dispatcher";
import MatrixClientPeg from "../../../MatrixClientPeg";