Combine overflow-x & overflow-y to overflow

This commit is contained in:
AhyoungRyu 2016-06-14 13:26:35 -07:00
parent 904acd6a57
commit 2654d929a0

View file

@ -138,8 +138,7 @@ body {
.scrollable-menu {
max-height: 500px;
overflow-y: auto;
overflow-x: auto;
overflow: auto;
}
.index-header {