Add overflow-y auto to session-id-editable to be able see the whole sessionID

pull/971/head
Konstantin Ullrich 5 years ago
parent b5c6cdd7a1
commit d823850a9e

@ -1457,6 +1457,7 @@ label {
resize: none; resize: none;
overflow: hidden; overflow: hidden;
user-select: all; user-select: all;
overflow-y: auto;
} }
input { input {

Loading…
Cancel
Save