Code Monkey home page Code Monkey logo

Comments (3)

edmondsiu0 avatar edmondsiu0 commented on August 25, 2024

I ran into a similar issue earlier (#5).
Sadly I didn't find a solution to this annoying problem. :(

from cockpit-docker.

edmondsiu0 avatar edmondsiu0 commented on August 25, 2024

That bothered me enough and I have found a workaround - it involves modifying the css supplied by the original cockpit installation.
Since we're modifying files created by a package installer, it might cause some issues further down the line when updating packages, so you've been warned.

1. Change directory to where this css is located
# cd /usr/share/cockpit/base1/
2. The file we need to modify is patternfly.css.gz, which is symlink of cockpit.css.gz. Make a copy of this file first.
# cp cockpit.css.gz cockpit.css.gz.original
3. Unzip the file
# gunzip cockpit.css.gz
4. Using your favourite text editor, modify {overflow-y: hidden;} to {overflow-y: visible;}. For me this is located at Line 45, Column 292471.
5. gzip the file again.
# gzip cockpit.css

from cockpit-docker.

mrevjd avatar mrevjd commented on August 25, 2024

Please see #14 as a fix has been included.

from cockpit-docker.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.