webapp: Make all styles scoped

This commit is contained in:
Thomas Basler
2025-04-30 20:57:29 +02:00
parent 98675263b6
commit 20ec93a710
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ export default defineComponent({
}); });
</script> </script>
<style> <style scoped>
.ptr--text { .ptr--text {
color: var(--bs-primary-text-emphasis) !important; color: var(--bs-primary-text-emphasis) !important;
} }

View File

@@ -465,7 +465,7 @@ export default defineComponent({
}); });
</script> </script>
<style> <style scoped>
.drag-handle { .drag-handle {
cursor: grab; cursor: grab;
} }