css
This commit is contained in:
parent
f0090ef928
commit
bce665e11b
@ -5099,6 +5099,7 @@ tr.visible {
|
||||
.websiteformtoolbar {
|
||||
position: sticky;
|
||||
top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ? '32px' : '52px') : '0'; ?>;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.exampleapachesetup {
|
||||
|
||||
@ -4953,6 +4953,7 @@ tr.visible {
|
||||
.websiteformtoolbar {
|
||||
position: sticky;
|
||||
top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ? '36px' : '50px') : '0'; ?>;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.exampleapachesetup {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user