N°3648 - FIx click on link in datatable and display of buttons in search form

This commit is contained in:
acognet
2021-03-04 11:37:03 +01:00
parent 45981c1941
commit 72f6305320
3 changed files with 23 additions and 16 deletions

View File

@@ -1,19 +1,7 @@
/*!
* Copyright (C) 2013-2020 Combodo SARL
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
@import "block-csv";
@import "block-csv";
@import "block-indirect-links";

View File

@@ -0,0 +1,12 @@
.ibo-block-indirect-links--edit--dialog{
overflow:hidden !important;
> form{
overflow: auto;
}
}
.ibo-block-indirect-links--edit--dialog .ibo-datatable--selection-validation-buttons-toolbar{
position:absolute;
bottom: 5px;
background-color:white;
}