Mainpage/styles.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第3行: 第3行:
overflow-y: scroll;
overflow-y: scroll;
display: block;
display: block;
padding: 0; /* For Timeless */
}
}



2022年12月29日 (四) 17:28的版本

.mainpage-scrollable-table .wikitable {
	height: 500px;
	overflow-y: scroll;
	display: block;
	padding: 0; /* For Timeless */
}

.mainpage-scrollable-table .wikitable tr:first-child {
	position: sticky;
	top: 0;
}