Skip to content
Snippets Groups Projects
Commit c67b061f authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Fix XQuery demo page to not set height on scroller element

Closes #780
parent 0c8875d8
No related branches found
No related tags found
No related merge requests found
......@@ -33,13 +33,11 @@ THE SOFTWARE.
<link rel="stylesheet" href="../../doc/docs.css">
<link rel="stylesheet" href="../../theme/xq-dark.css">
<style type="text/css">
.CodeMirror {
border-top: 1px solid black; border-bottom: 1px solid black;
}
.CodeMirror-scroll {
height:400px;
}
</style>
.CodeMirror {
border-top: 1px solid black; border-bottom: 1px solid black;
height:400px;
}
</style>
</head>
<body>
<h1>CodeMirror: XQuery mode</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment