This website works better with JavaScript
Home
Explore
Help
Register
Sign In
im-changing.ru
/
converse.js
mirror of
https://github.com/conversejs/converse.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Make sure the controlbox has 100% height
JC Brand
1 month ago
parent
8d20d29c45
commit
6af183736d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/plugins/controlbox/styles/_controlbox.scss
+ 1
- 0
src/plugins/controlbox/styles/_controlbox.scss
View File
@@ -56,6 +56,7 @@
}
.box-flyout {
+ height: 100%;
background-color: var(--background-color);
}