/*
Theme Name: Underground Brawl Mag
Theme URI: 
Author: Gemini
Description: Alex Fan Site & Community Theme
Version: 1.0.0
*/

/* スクロールバー非表示 (グローバル適用) */
::-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}