mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
dd0695a24c
* Added modal for subscriptions * Added unsubscribe endpoint * Added cronjob for sending subscriptions
16 lines
283 B
SCSS
16 lines
283 B
SCSS
// Counteract toolbar styles
|
|
|
|
.sb-show-main {
|
|
.ant-modal-mask,
|
|
.ant-modal-wrap {
|
|
z-index: 1050 !important;
|
|
}
|
|
.ant-select-dropdown,
|
|
.ant-picker-dropdown {
|
|
z-index: 1060 !important;
|
|
}
|
|
.ant-tooltip {
|
|
z-index: 1060 !important;
|
|
}
|
|
}
|