Mainpage/styles.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
 
第9行: 第9行:
position: sticky;
position: sticky;
top: 0;
top: 0;
}
.comment {
word-break: break-all;
}
}

2023年1月9日 (一) 22:35的最新版本

.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;
}

.comment {
	word-break: break-all;
}