Refactor so that the tooltip positional tweaks can be done in CSS rather than passed in as parameters
This commit is contained in:
@@ -105,3 +105,10 @@ limitations under the License.
|
||||
.mx_LeftPanel.collapsed .mx_BottomLeftMenu_settings {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.mx_LeftPanel .mx_BottomLeftMenu_tooltip {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -25px;
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user