feat: change editor footer from sticky to fixed (#202)

This commit is contained in:
Kristin Aoki
2023-01-18 14:39:46 -05:00
committed by GitHub
parent adb24ef9ea
commit 5e037a7209
10 changed files with 24 additions and 45 deletions

View File

@@ -1,14 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`RawEditor renders as expected with default behavior 1`] = `
<div
style={
Object {
"height": "600px",
"padding": "10px 30px",
}
}
>
<div>
<Alert
variant="danger"
>

View File

@@ -18,7 +18,7 @@ export const RawEditor = ({
const value = getValue(content);
return (
<div style={{ padding: '10px 30px', height: '600px' }}>
<div>
<Alert variant="danger">
You are using the raw {lang} editor.
</Alert>