Fix form editor sidebar space for support beacon
[MAILPOET-6054]
This commit is contained in:
committed by
Aschepikov
parent
90a8ee4503
commit
9424c720fc
@@ -124,8 +124,12 @@
|
|||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// This style hides the horizontal scrollbar in Firefox browser
|
|
||||||
|
// This style hides the horizontal scrollbar in Firefox browser and add space for the support beacon
|
||||||
.interface-interface-skeleton__sidebar {
|
.interface-interface-skeleton__sidebar {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-bottom: 100px;
|
|
||||||
|
div[role='tabpanel'] {
|
||||||
|
padding-bottom: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user