mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
fix broken scrolling functionality in samples table
This commit is contained in:
parent
aba12b9b2c
commit
4250088447
1 changed files with 4 additions and 4 deletions
8
app/assets/stylesheets/extend/bootstrap.scss
vendored
8
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -111,7 +111,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.dataTables_scrollBody {
|
||||
height: auto !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
#samples .dropdown-menu {
|
||||
position: relative;
|
||||
float: none;
|
||||
}
|
Loading…
Reference in a new issue