Skip to content

Commit

Permalink
Merge pull request #42 from edx-solutions/aamishbaloch/YONK-950B
Browse files Browse the repository at this point in the history
YONK-950: Hotspots feedback is showing properly on Studio
  • Loading branch information
aamishbaloch authored May 10, 2018
2 parents d59aed1 + ef8042a commit c0efef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions image_explorer/public/css/image_explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ div.image-explorer-hotspot .image-explorer-hotspot-reveal .image-explorer-hotspo
display: inline-block;
width: 90%;
}

.xblock-render{
overflow: visible !important;
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_data(pkg, root_list):

setup(
name='xblock-image-explorer',
version='1.0.0',
version='1.0.1',
description='XBlock - Image Explorer',
packages=['image_explorer'],
install_requires=[
Expand Down

0 comments on commit c0efef7

Please sign in to comment.