mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-31 18:49:47 +08:00
Remove max-width for candidate box. Fixes #2266
This commit is contained in:
parent
6f2593ca1b
commit
d77e38ac83
@ -5,7 +5,6 @@
|
|||||||
background: #ececec;
|
background: #ececec;
|
||||||
border-bottom: 2px solid #b5b5b5;
|
border-bottom: 2px solid #b5b5b5;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
max-width: 272px;
|
|
||||||
transform: translateY(-100%);
|
transform: translateY(-100%);
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user