1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00

Make tab_container scrollable when it is needed

This commit is contained in:
Asizon 2020-11-26 08:45:04 +01:00
parent ed9192f46e
commit 7705252aea

View file

@ -921,6 +921,7 @@ input[type="number"]::-webkit-inner-spin-button {
width: 200px;
border-right: 4px solid var(--accent);
background-color: #2e2e2e;
overflow: auto;
}
#tabs {