From 42500884472981d1d6750610a1567bea38110ffa Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Fri, 13 Jan 2017 11:07:33 +0100 Subject: [PATCH] fix broken scrolling functionality in samples table --- app/assets/stylesheets/extend/bootstrap.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/extend/bootstrap.scss b/app/assets/stylesheets/extend/bootstrap.scss index a553c995e..4e5dbd7c6 100644 --- a/app/assets/stylesheets/extend/bootstrap.scss +++ b/app/assets/stylesheets/extend/bootstrap.scss @@ -111,7 +111,7 @@ } } -.dataTables_scrollBody { - height: auto !important; - overflow: visible !important; -} +#samples .dropdown-menu { + position: relative; + float: none; +} \ No newline at end of file