diff --git a/CHANGELOG.md b/CHANGELOG.md index c42e0d1..abad87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ -##### 0.10.2 : Major issue fix +##### 0.10.2 : Major issue fixes - Fixed **undraggable window title bar region** (Major issue) ([topic #17](https://github.com/n457/Uncolored/issues/17)) +- Fixed **minor information bar unlimited height** (Major issue) ([topic #18](https://github.com/n457/Uncolored/issues/18)) - Updated window title bar with a **responsive behavior in case of small window** ##### 0.10.1 : New Features + minor issue fixes diff --git a/app-dev/css/context-info.css b/app-dev/css/context-info.css index eed0418..ee3ed34 100644 --- a/app-dev/css/context-info.css +++ b/app-dev/css/context-info.css @@ -3,11 +3,13 @@ left: 0; bottom: 0; max-width: calc(100% - 12px); + max-height: 30%; font-size: 12px; line-height: 15px; word-wrap: break-word; padding: 4px 6px; opacity: 0; + overflow-y: hidden; pointer-events: none; z-index: 2; transition: opacity 0.2s; }