1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 15:25:22 +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; width: 200px;
border-right: 4px solid var(--accent); border-right: 4px solid var(--accent);
background-color: #2e2e2e; background-color: #2e2e2e;
overflow: auto;
} }
#tabs { #tabs {