zoom {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;

	height: auto;
	width: min(5vw, 1rem);

	background-color: transparent;

	cursor: row-resize;

	z-index: 2147483647!important;
}