「MediaWiki:Vector-2022.css」の版間の差分
表示
ページの作成:「→サイドバー固定: .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: | 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;
}