mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
bulk-operations v0.1 add opcaity for draged items
This commit is contained in:
Vendored
+6
@@ -311,3 +311,9 @@ const Helpers = {
|
||||
}
|
||||
|
||||
export default Helpers
|
||||
|
||||
// Handle styled scrollbar for Windows
|
||||
if (navigator.userAgent.indexOf('Windows') != -1) {
|
||||
let body = document.body
|
||||
body.classList.add('windows')
|
||||
}
|
||||
Reference in New Issue
Block a user