Merge pull request #11 from alexhenrie/master
Prevent ApiGen content from overflowing the screen
This commit is contained in:
commit
0baf96fc1f
|
@ -118,10 +118,9 @@
|
||||||
|
|
||||||
/* Left side */
|
/* Left side */
|
||||||
#content #left {
|
#content #left {
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 100%;
|
float: left;
|
||||||
position: fixed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Menu */
|
/* Menu */
|
||||||
|
@ -194,10 +193,6 @@
|
||||||
#content #right {
|
#content #right {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-left: 275px;
|
margin-left: 275px;
|
||||||
height: 100%;
|
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content #rightInner {
|
#content #rightInner {
|
||||||
|
@ -403,20 +398,6 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Splitter */
|
|
||||||
#content #splitter {
|
|
||||||
position: fixed;
|
|
||||||
height: 100%;
|
|
||||||
width: 5px;
|
|
||||||
left: 270px;
|
|
||||||
background: #1e5eb6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJAgMAAACHww4NAAAAA3NCSVQICAjb4U/gAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMAM/8jH05jAAAACXBIWXMAAArwAAAK8AFCrDSYAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M0BrLToAAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8wNy8xMdz+xJMAAAANSURBVAiZY1BzYMCBADAPA5cnpb6OAAAAAElFTkSuQmCC') left center no-repeat;
|
|
||||||
cursor: e-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content #splitter.active {
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
#content #footer {
|
#content #footer {
|
||||||
border-top: 1px solid #e9eeef;
|
border-top: 1px solid #e9eeef;
|
||||||
|
|
Loading…
Reference in New Issue