diff options
Diffstat (limited to 'src_frontend/Components/Editor/Pane.svelte')
-rw-r--r-- | src_frontend/Components/Editor/Pane.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src_frontend/Components/Editor/Pane.svelte b/src_frontend/Components/Editor/Pane.svelte index 4a375ac..604aa39 100644 --- a/src_frontend/Components/Editor/Pane.svelte +++ b/src_frontend/Components/Editor/Pane.svelte @@ -33,6 +33,7 @@ height: calc(100% - 35px); width: 100%; box-sizing: border-box; + transition: background-color .04s ease-out; } .padding { padding: 15px; } .scrollable { overflow: auto; } |