forked from 4teamwork/cypress-drag-drop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By using scoped CSS, we make sure the test components are isolated properly.
- Loading branch information
1 parent
2252c53
commit 615f9ce
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ export default { | |
} | ||
</script> | ||
|
||
<style> | ||
<style scoped> | ||
.absolute { | ||
position: absolute; | ||
margin: 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ export default { | |
} | ||
</script> | ||
|
||
<style> | ||
<style scoped> | ||
.absolute { | ||
position: absolute; | ||
margin: 0; | ||
|