diff --git a/ChatTwo/Http/static/start.css b/ChatTwo/Http/static/start.css index 28a1fee..bf87a01 100644 --- a/ChatTwo/Http/static/start.css +++ b/ChatTwo/Http/static/start.css @@ -298,7 +298,9 @@ section#input { display: inline-block; position: relative; width: 2rem; + height: 1px; vertical-align: middle; + overflow: visible; img { content: ''; diff --git a/ChatTwo/Http/static/start.js b/ChatTwo/Http/static/start.js index c8e1db6..3f8f45a 100644 --- a/ChatTwo/Http/static/start.js +++ b/ChatTwo/Http/static/start.js @@ -84,7 +84,7 @@ channelElement.firstChild.innerText = `(Locked) ${channelElement.firstChild.innerText}`; this.elements.channelSelect.style.pointerEvents = 'none'; } else { - this.elements.channelSelect.style.pointerEvents = 'auto'; + this.elements.channelSelect.style.removeProperty('pointer-events'); } this.elements.channelHint.appendChild(channelElement);