From bb9288068829eaa79b634ca1381b9c728f14c50a Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 18 Apr 2023 09:42:26 -0300 Subject: [PATCH] =?UTF-8?q?hacer=20botones=20de=20menubar=20m=C3=A1s=20gra?= =?UTF-8?q?ndes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/editor/MenuBar.svelte | 13 +++++++++++++ src/editor/editor.css | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/editor/MenuBar.svelte b/src/editor/MenuBar.svelte index 723ad57..6e8c1a5 100644 --- a/src/editor/MenuBar.svelte +++ b/src/editor/MenuBar.svelte @@ -21,3 +21,16 @@ + + \ No newline at end of file diff --git a/src/editor/editor.css b/src/editor/editor.css index 6cee9e1..64ac1ec 100644 --- a/src/editor/editor.css +++ b/src/editor/editor.css @@ -9,14 +9,6 @@ box-sizing: border-box; } -.editor .menubar { - position: sticky; - top: 0px; - z-index: 69; - background: var(--background, white); - border-bottom: 1px solid var(--accent-bg); -} - .editor .menubar button { appearance: none; background: none;