mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
Merge pull request #404 from mlorb/ml-sci-fix-284-881-843
Fix broken scrolling functionality in samples table [SCI-284-881-843]
This commit is contained in:
commit
db4af3fc15
1 changed files with 3 additions and 3 deletions
6
app/assets/stylesheets/extend/bootstrap.scss
vendored
6
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -111,7 +111,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.dataTables_scrollBody {
|
||||
height: auto !important;
|
||||
overflow: visible !important;
|
||||
#samples .dropdown-menu {
|
||||
float: none;
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue