reduce scrollbar width when using mobile device with small screen

This commit is contained in:
MaysWind 2016-05-16 23:57:54 +08:00
parent 723cec3d1c
commit f8195b600c

View file

@ -241,6 +241,12 @@ td {
background-color: #d4dfe7;
}
@media (max-width: 767px) {
::-webkit-scrollbar {
width: 6px;
}
}
/* task-table */
.task-table {
margin-left: 15px;