Compare commits

..

No commits in common. "f9ab8754570035bd1e8bae649b9d6e0b5c8a6929" and "108a2bc033b482b1b3233f211af16e733c61c63e" have entirely different histories.

View File

@ -140,9 +140,7 @@ function createTopicList() {
topicList.style.width = '800px';
topicList.style.boxShadow = '0 5px 15px rgba(0, 0, 0, 0.3)';
topicList.style.maxHeight = 'calc(100vh - 8rem)';
topicList.style.boxSizing = 'border-box';
topicList.style.visibility = 'hidden';
topicList.style.overflowY = 'scroll';
topicList.querySelectorAll('a').forEach(link => {
link.addEventListener('click', e => topicList.style.visibility = 'hidden');