mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
fix display of tables with a large number of rows
This commit is contained in:
parent
e73a44d15b
commit
6e534d7543
4 changed files with 80 additions and 61 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue