mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
20 lines
412 B
SCSS
20 lines
412 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;
|
|
}
|
|
}
|
|
|
|
// allow taking screenshots of a scene's main content without overlapping top bar
|
|
.TopBar {
|
|
position: relative !important;
|
|
}
|