Update class names

This commit is contained in:
Andrew Kingston 2022-07-25 12:07:11 +01:00
parent 9263cb000d
commit 86ecc7d0d1
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
}) })
</script> </script>
<div class="new-component" transition:fly|local={{ x: 260, duration: 300 }}> <div class="container" transition:fly|local={{ x: 260, duration: 300 }}>
<Panel <Panel
title="Add component" title="Add component"
showCloseButton showCloseButton
@ -222,7 +222,7 @@
</div> </div>
<style> <style>
.new-component { .container {
position: fixed; position: fixed;
right: 0; right: 0;
z-index: 1; z-index: 1;