Skip to content

Commit

Permalink
Disable transition time when dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Apr 23, 2024
1 parent 86706f6 commit abd83ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/pages/instance/Editor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ export default {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
.tabs-wrapper {
transition: none;
}
}
}
</style>

0 comments on commit abd83ac

Please sign in to comment.