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