Merge pull request #1139 from hgiesel/toolbarfixes
Fix ButtonDropdown not hiding when closed
This commit is contained in:
commit
6b8c069900
@ -17,7 +17,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
</script>
|
||||
|
||||
<style>
|
||||
:global(.btn-dropdown-menu) {
|
||||
:global(ul.btn-dropdown-menu) {
|
||||
display: none;
|
||||
background-color: var(--window-bg);
|
||||
border-color: var(--medium-border);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user