.quicklinks-container {
	overflow: hidden;
	transition: height 0.25s ease-in-out;
}
.quicklinks-container .btn-toggle {
	position: absolute;
	width: 100%;
	height: 1em;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: aqua;
}
