2016-10-01 23 views

答えて

0

あなたのメニューを中心に.menucontainerを追加し、使用し、次の

.menucontainer { 
    width: 100%; 
    height: calc(100% - 100px); 
    position: fixed; 
} 
.menu { 
    width: 100%; 
    height: 100%; 
    position: static; 
    overflow-y:auto; 
} 
関連する問題