
/*
link[name="blocks"]::elm
	{
		match: ../self/class;
	}
*/

slot[name="category"]::elm
	{
		mx-trim: true;
	}

slot[name="result"]::elm
	{
		$: moxie/search.scroll;
	}

.block-container > *::elm
	{
		id: table;
	}

.block-container > *::slotted( .sensor )
	{
		height: 1000px;
		position: absolute;
		width: 100%;
	}

.block-container > *::slotted( .fill )
	{
		height: 0px;
	}

.block-container > *::slotted( .sensor.top )
	{			
		x-background: rgba( 255, 0, 0, 0.5 );
		z-index: -1;
	}

.block-container > *::slotted( .sensor.bottom )
	{
		x-background: rgba( 0, 0, 255, 0.5 );
		margin-top: -1000px;
		z-index: -1;
	}
