mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Fixed CSS for theme highlighting and status bar dropup height
This commit is contained in:
parent
1b3d55f051
commit
f2bd838596
4 changed files with 6 additions and 6 deletions
|
@ -265,7 +265,7 @@ class StatusBarPanel {
|
|||
* @param {EditorView} view
|
||||
*/
|
||||
updateSizing(view) {
|
||||
const viewHeight = view.contentDOM.clientHeight;
|
||||
const viewHeight = view.contentDOM.parentNode.clientHeight;
|
||||
this.dom.querySelectorAll(".cm-status-bar-select-scroll").forEach(
|
||||
el => {
|
||||
el.style.maxHeight = (viewHeight - 50) + "px";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue