move rectpad size

This commit is contained in:
Jörn-Michael Miehe 2023-01-18 22:45:12 +00:00
parent 26564a5cd3
commit 95c4c2e5ff
2 changed files with 2 additions and 2 deletions

View file

@ -55,8 +55,6 @@ div {
#rectpad {
position: absolute;
z-index: 2;
height: 100%;
width: 100%;
}
}
</style>

View file

@ -151,5 +151,7 @@ export default class RectPad extends Vue {
<style scoped>
svg {
cursor: crosshair;
height: 100%;
width: 100%;
}
</style>