This commit is contained in:
Laurent Destailleur 2022-07-12 02:04:29 +02:00
parent f0090ef928
commit bce665e11b
2 changed files with 2 additions and 0 deletions

View File

@ -5099,6 +5099,7 @@ tr.visible {
.websiteformtoolbar {
position: sticky;
top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ? '32px' : '52px') : '0'; ?>;
z-index: 1000;
}
.exampleapachesetup {

View File

@ -4953,6 +4953,7 @@ tr.visible {
.websiteformtoolbar {
position: sticky;
top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ? '36px' : '50px') : '0'; ?>;
z-index: 1000;
}
.exampleapachesetup {