Skip to content

Commit 8874cfe

Browse files
author
Will Bamberg
committed
Disable responsive mode
1 parent 1b6da02 commit 8874cfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

editable-samples-2/css/editable.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ body {
8585
outline: 0px solid transparent;
8686
}
8787

88+
/*
89+
Disable responsive mode,
90+
as it doesn't work properly
91+
inside an iframe
8892
8993
@media (min-width: 800px) {
9094
#example-choice-list, #output {
@@ -97,3 +101,4 @@ body {
97101
width: 30%;
98102
}
99103
}
104+
*/

0 commit comments

Comments
 (0)