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:
parent
b4a83b4e87
commit
a14158dd3c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user