Skip to content
Snippets Groups Projects
Unverified Commit 642afc69 authored by Chris Beer's avatar Chris Beer Committed by GitHub
Browse files

Merge pull request #2012 from ProjectMirador/2007-embedding

sets needed position: relative to fixes #2007
parents 91f01e10 cfb6af23
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,13 @@
#instanceOne {
width: 100%;
height: 50%;
position: relative;
}
#instanceTwo {
margin: 0 auto;
width: 800px;
height: 600px;
position: relative;
}
.mirador-app {
border: 2px solid black;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment