Disabled the user-select in the info-area-content

This commit is contained in:
2023-11-21 06:46:10 +01:00
parent dd07d19501
commit 5c40074631

View File

@ -26,6 +26,7 @@
.info-area-content .info-area-content
padding: 1rem padding: 1rem
animation: fadeTextInOut 15s linear infinite animation: fadeTextInOut 15s linear infinite
user-select: none
h2 h2
margin: 0 margin: 0