Fix form editor sidebar space for support beacon

[MAILPOET-6054]
This commit is contained in:
Rostislav Wolny
2024-06-05 11:47:31 +02:00
committed by Aschepikov
parent 90a8ee4503
commit 9424c720fc

View File

@@ -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;
}
} }