Skip to content
Snippets Groups Projects
Commit 374b21f4 authored by KHELIFA's avatar KHELIFA
Browse files

- Correction CSS z-index.

parent c8ce75d2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [Non Distribué]
## [14.0.38] - 13-08-2024
- Correction CSS z-index.
## [14.0.37] - 07-08-2024
- Correction d'une erreur dans un preg_match.
......@@ -148,7 +151,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [4.0.0] - 06-11-2017
- Version initial.
[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/quicklist/compare/v14.0.37...HEAD
[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/quicklist/compare/v14.0.38...HEAD
[14.0.38]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.38
[14.0.37]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.37
[14.0.36]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.36
[14.0.35]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.35
......
14.0.37
\ No newline at end of file
14.0.38
\ No newline at end of file
......@@ -72,7 +72,7 @@ $search_img_url = img_picto('', 'searchicon.png@quicklist', '', false, 1);
min-width: 230px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
z-index: 10;
}
.quicklist-dropdown-content.show {display:block;}
......@@ -144,7 +144,6 @@ $search_img_url = img_picto('', 'searchicon.png@quicklist', '', false, 1);
display: inline-block;
text-align: center;
background-color: buttonface;
cursor: default;
box-sizing: border-box;
line-height: 26px;
border: unset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment