Fix settings tab list scroll-bars

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2023-07-11 10:52:27 +02:00
parent 46ad46323e
commit cb6174cf7d
No known key found for this signature in database
GPG Key ID: BB126BDA1FFBF42B

View File

@ -26,7 +26,7 @@ limitations under the License.
padding: 0;
margin: 0 auto 24px auto;
gap: 16px;
overflow: scroll;
overflow-y: auto;
max-width: 100%;
}