CSS Issues on editing side

Created on 8 January 2015, about 10 years ago
Updated 6 January 2025, 3 months ago

Upon installing the new version of Live CSS, I'm seeing several things that don't work or look right. Perhaps there is an easy interference with a common reset.css or bootstrap elements tied to most base themes. Either way, I tend to always find myself styling the Live CSS editor right when I install it; this is not an optimum solution.

Issue 1: The Live CSS tab:

The tab also will be hidden behind many other elements such as the Drupal MD Slider, so I fixed this with the following CSS:

#csstab {
    height: 80px;
    width: 20px;
    z-index: 999999;
}
#csstab .box {
    height: 50px;
    width: 70px;
}

Issue 2: The Editor Row Height:

It looks as though these classes have been inline styled to jam in a 10px height:
.ace_line, .ace_gutter-cell, .ace_cursor, .ace_marker-layer (and maybe more)

I tried fixing this with a 14px height !important (to override the inline styles), but two issues arose from that:
1) I could not click on the actual column the cursor was on.
2) I could not see (or scroll to) the last inch - or so - of the stylesheet.

Is there anything that can be done to address these minor issues? The second one is unresolved for me and greatly affecting my workflow when editing CSS with this editor.

Thank you

Matt

πŸ› Bug report
Status

Closed: outdated

Version

2.12

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States ownage

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    I'm closing it because the issue was created a long time ago without any further steps.

    if you still need it then raise a new one.
    thanks

Production build 0.71.5 2024