diff --git a/README.md b/README.md index 48e03b9..3bea771 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ Easy Session Manager allows you to manage your Firefox session by backing up or # Download https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/ -# Version: 0.1.6 -Added selective opening of tabs. -Added new or current session opening of tabs. +# Version: 0.1.7 +Fixed listing issue in selective open. # Images ![1 Default interface with no sessions. ](images/pic1.png) diff --git a/src/manifest.json b/src/manifest.json index 10965b1..aee350f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": " Easy Session Manager", - "version": "0.1.4", + "version": "0.1.7", "description": " Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.", "applications": { diff --git a/src/styles/styles.css b/src/styles/styles.css index 5ea3d55..cec4e23 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -39,6 +39,11 @@ input[type=image]:hover { overflow-x: auto; } +#editSelectionContainer > ul { + display: block; + overflow: auto; +} + #editSelectionContainer > ul > li { float: left; }