From 876cd70aa82b2192b71555d0cff1fa7bb3735635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sat, 9 May 2020 14:13:48 -0400 Subject: [PATCH] fix: fixes jquery-ui sortable scrollTop position https://stackoverflow.com/a/38023527/583363 --- less/category.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/category.less b/less/category.less index e862ae4..2538d7d 100644 --- a/less/category.less +++ b/less/category.less @@ -2,6 +2,8 @@ .topic-list { margin-top: 10px; + overflow-x: hidden; + overflow-y: auto; } > ul {