make list scrollable
This commit is contained in:
parent
b3ea88fc27
commit
62285d03af
3 changed files with 14 additions and 8 deletions
|
|
@ -37,10 +37,11 @@ Core
|
|||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
//overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
.OxContent {
|
||||
overflow: auto;
|
||||
//overflow: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -555,7 +556,7 @@ Lists
|
|||
bottom: 0;
|
||||
}
|
||||
.OxTextList .OxBody .OxContent {
|
||||
width: 100%;
|
||||
//width: 100%;
|
||||
}
|
||||
.OxTextList .OxBody .OxItem {
|
||||
height: 16px;
|
||||
|
|
@ -578,7 +579,9 @@ Lists
|
|||
width: 1px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.OxTextList .OxPage {
|
||||
position: absolute;
|
||||
}
|
||||
/*
|
||||
================================================================================
|
||||
Menus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue