mirror of https://github.com/vector-im/riot-web
				
				
				
			Merge pull request #2876 from matrix-org/travis/breadcrumbs/autohide-scrollbar
Autohide the scrollbar on breadcrumbspull/21833/head
						commit
						a109e06b0b
					
				|  | @ -19,10 +19,15 @@ limitations under the License. | |||
|     height: 42px; | ||||
|     padding: 8px; | ||||
|     padding-bottom: 0; | ||||
|     overflow-x: visible; | ||||
|     display: flex; | ||||
|     flex-direction: row; | ||||
| 
 | ||||
|     // Autohide the scrollbar | ||||
|     overflow-x: hidden; | ||||
|     &:hover { | ||||
|         overflow-x: visible; | ||||
|     } | ||||
| 
 | ||||
|     .mx_AutoHideScrollbar_offset { | ||||
|         display: flex; | ||||
|         flex-direction: row; | ||||
|  |  | |||
|  | @ -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"; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Travis Ralston
						Travis Ralston