mirror of
https://github.com/supleed2/udlink-docs.git
synced 2024-12-22 06:05:50 +00:00
Fix scroll on small screens
This commit is contained in:
parent
70e8e34f8d
commit
f6d3b031aa
|
@ -58,6 +58,8 @@
|
|||
|
||||
html {
|
||||
--input-prefix-width: 80px;
|
||||
overflow-y: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue