Skip to content

Commit

Permalink
Merge pull request #80 from LazeMSS/develop
Browse files Browse the repository at this point in the history
Fixed overflow hidden bug: #79
  • Loading branch information
LazeMSS authored Feb 4, 2021
2 parents 571768e + 1a3a171 commit e5a3de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_uicustomizer/static/css/uicustomizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
-ms-transform: none !important;
transform: none !important;
width: calc(100vw - 120px);
overflow: overlay;
}

/* ------------------------- small temp tables start -------------------------*/
Expand Down Expand Up @@ -297,7 +298,6 @@ body.UICPreviewON div.modal-backdrop.fade.in {
transform: translateX(-50%);
top: 1px;
z-index: 1030;
overflow: hidden;
}

.UICHeaderIcons{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "UI Customizer"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.1.2.7"
plugin_version = "0.1.2.8"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit e5a3de7

Please sign in to comment.