[CSS] Touch devices are now able to scroll horizontally on note author information
This commit is contained in:
parent
79d022e850
commit
5cd3bc3206
|
@ -234,7 +234,8 @@ embed header {
|
|||
flex: 1;
|
||||
width: 15px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
touch-action: manipulation;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.note-info-start:hover, .note-info-start:focus {
|
||||
|
|
Loading…
Reference in New Issue
Block a user