Skip to content
Snippets Groups Projects
Commit cfb6af23 authored by Jack Reed's avatar Jack Reed
Browse files

sets needed position: relative to fixes #2007

parent 91f01e10
No related branches found
No related tags found
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