1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-11-13 00:26:55 -05:00

Properly overflow key identifier

This commit is contained in:
Jack Foltz 2018-08-14 08:33:28 -04:00
parent b4a83b4e87
commit a14158dd3c
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -181,6 +181,7 @@ body {
justify-content: flex-start;
flex-direction: row;
transition: box-shadow 0.2s;
overflow: hidden;
}
.key:hover {
@ -268,6 +269,7 @@ pre {
padding: 20px 40px;
background: #000;
color: #ffffff;
overflow: hidden;
}
.modal-body {