コンテンツにスキップ

「MediaWiki:Vector-2022.css」の版間の差分

提供: Re-Agatadia
ページの作成:「サイドバー固定: .vector-sticky-pinned-container { position: sticky; overflow: auto; height: 100%; Prevent content overlay when sidewards scrolling: background-color: #FFFFFF; border-right: none; }」
 
編集の要約なし
 
4行目: 4行目:
height: 100%;
height: 100%;
/* Prevent content overlay when sidewards scrolling */
/* Prevent content overlay when sidewards scrolling */
background-color: #FFFFFF;
background-color: none;
border-right: none;
border-right: none;
}
}

2025年5月30日 (金) 18:10時点における最新版

/* サイドバー固定 */
.vector-sticky-pinned-container { position: sticky;
	overflow: auto;
	height: 100%;
	/* Prevent content overlay when sidewards scrolling */
	background-color: none;
	border-right: none;
}