@@ -198,6 +198,15 @@
margin-bottom: 31px;
max-height: 270px;
overflow-y: auto;
+ scrollbar-width: none;
+/* firefox */
+ -ms-overflow-style: none;
+
+ /* IE 10+ */
+ &::-webkit-scrollbar {
+ display: none;
+ /* Chrome Safari */
+ }
.rig_items{
line-height: 36px;
color: #343434;