mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Drawer: Position under nav & minor redesign (#67824)
* Drawer: Redesign WIP * Fix double margin * Teak pos * align paddings * Hide toolbar actions when drawer is open * deprecate expandable * Updated test * remove expandable var * Added clickaway
This commit is contained in:
@@ -74,7 +74,6 @@ export function HelpWizard({ panel, plugin, onClose }: Props) {
|
||||
title={`Get help with this panel`}
|
||||
size="lg"
|
||||
onClose={onClose}
|
||||
expandable
|
||||
scrollableContent
|
||||
subtitle={
|
||||
<Stack direction="column" gap={1}>
|
||||
|
||||
@@ -69,7 +69,6 @@ export const InspectContent = ({
|
||||
title={title}
|
||||
subtitle={data && formatStats(data)}
|
||||
onClose={onClose}
|
||||
expandable
|
||||
scrollableContent
|
||||
tabs={
|
||||
<TabsBar>
|
||||
|
||||
@@ -140,7 +140,6 @@ export const SaveDashboardDrawer = ({ dashboard, onDismiss, onSaveSuccess, isCop
|
||||
)}
|
||||
</TabsBar>
|
||||
}
|
||||
expandable
|
||||
scrollableContent
|
||||
>
|
||||
{renderSaveBody()}
|
||||
|
||||
Reference in New Issue
Block a user