fix display of tables with a large number of rows

This commit is contained in:
Dmitriy Novash 2024-04-30 15:54:28 +03:00
parent e73a44d15b
commit 6e534d7543
No known key found for this signature in database
GPG key ID: D350E5788583C8BA
4 changed files with 80 additions and 61 deletions

View file

@ -7,11 +7,13 @@
display: -moz-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
}
.setting-content {
color: #727479;
background: #dedede;
width: 100%;
height: 100%;
position: absolute;
}
.setting-content .content-title {
@ -56,6 +58,8 @@
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
max-height: 100%;
overflow: auto;
}
.setting-content .content-body .main-body ul li {
padding: 0.5rem 0.5rem;