fix(drawer): remove overflow CSS

This commit is contained in:
SabreCat
2017-11-16 16:38:38 +00:00
parent 8d444980de
commit 67b16d91a3

View File

@@ -105,8 +105,6 @@
.drawer-slider { .drawer-slider {
padding: 12px 0 0 8px; padding: 12px 0 0 8px;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;