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