1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Misc cleanup

This commit is contained in:
Travis Ralston
2020-06-04 21:43:33 -06:00
parent 0694637b06
commit e90e70bd77
4 changed files with 4 additions and 11 deletions

View File

@@ -15,10 +15,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_RoomList2_resizer {
cursor: ns-resize;
}
.mx_RoomList.mx_RoomList2 {
overflow-y: auto;
}

View File

@@ -17,5 +17,5 @@ limitations under the License.
@import "../../../../node_modules/react-resizable/css/styles.css";
.mx_RoomList2 .mx_RoomSubList_labelContainer {
z-index: 12;
z-index: 12;
}