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
Branches
Tags
No related merge requests found
...@@ -12,11 +12,13 @@ ...@@ -12,11 +12,13 @@
#instanceOne { #instanceOne {
width: 100%; width: 100%;
height: 50%; height: 50%;
position: relative;
} }
#instanceTwo { #instanceTwo {
margin: 0 auto; margin: 0 auto;
width: 800px; width: 800px;
height: 600px; height: 600px;
position: relative;
} }
.mirador-app { .mirador-app {
border: 2px solid black; 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