mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 12:40:08 +02:00
Fixed shifting of the panel if the dropdown was really big.
This commit is contained in:
parent
a4802e290f
commit
4ccfeef6ec
1 changed files with 5 additions and 2 deletions
|
@ -110,9 +110,12 @@ $(document).on("ajaxUI:start ajaxUI:reload", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
//Register bootstrap select picker
|
//Register bootstrap select picker
|
||||||
$(document).on("ajaxUI:reload", function () {
|
$(document).on("ajaxUI:reload ajaxUI:start", function () {
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
$(".selectpicker").selectpicker();
|
$(".selectpicker").selectpicker({
|
||||||
|
dropdownAlignRight: 'auto',
|
||||||
|
container: '#content',
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
//Use bootstrap tooltips for the most tooltips
|
//Use bootstrap tooltips for the most tooltips
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue