Fedora 23 Calendar PopDown in DarkGlass Gnome Shell Theme is cut off

In Gnome Shell 3 (3.18 actually) if I chose DarkGlass as my Shell theme and I clicked on the date at the top the calendar that "pops down" would be cut off at the right side. Actually it was there but the background color was missing.

The fix is to find either the file

/usr/share/themes/Dark-Glass/gnome-shell/gnome-shell.css

or

~/.themes/Dark-Glass/gnome-shell/gnome-shell.css

and change width: to min-width like so:




/* Calendar popup */                                                                                                            
                                                                                                                                 
#calendarArea {
    /* this is the width of the entire popup */
    #    width: 600px;
    min-width: 600px;
}

Comments

Popular posts from this blog

Hit failing alternator with a hammer to confirm diagnosis of failing alternator due to bad brushes

alternatives --install gets stuck: failed to read link: No such file or directory

Using SSH, SOCKS, tsocks, and proxy settings to create a simultaneous "dual use" work/home computer