mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-26 10:43:22 +01:00
css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user