diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 237eef4..4e72340 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -146,6 +146,12 @@ export default { -ms-user-select: none; /* Internet Explorer 10 and later */ user-select: none; /* Likely future */ } +.selectable { + -webkit-user-select: text !important; /* Chrome all and Safari all */ + -moz-user-select: text !important; /* Firefox all */ + -ms-user-select: text !important; /* Internet Explorer 10 and later */ + user-select: text !important; /* Likely future */ +} #logo { margin-top: 60pt; margin-bottom: 60pt !important; diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index 39f4d12..60bd609 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -3,7 +3,7 @@