add box-sizing to Debug

pull/29/head
smhmd 5 years ago
parent 8465e7ec89
commit 0a816a6bde

@ -21,6 +21,7 @@ export default {
<style> <style>
.debug { .debug {
box-sizing: border-box;
position: fixed; position: fixed;
z-index: 999; z-index: 999;
cursor: pointer; cursor: pointer;

Loading…
Cancel
Save