Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Gabrielsson committed Aug 25, 2024
1 parent b89ed2d commit 43b77c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightly/front.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ var dom = {
var el = object instanceof Object ? object : dom.get(object) // Todo: Remove in future.
if (el) {
value = prop ? 'visibility: hidden' : 'display: none'
el.style.cssText = value + ' !important'
el.style.cssText += value + ' !important'
}
},

Expand Down

0 comments on commit 43b77c8

Please sign in to comment.