Skip to content

Instantly share code, notes, and snippets.

@getsueineko
Created October 29, 2021 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getsueineko/1f0d281137f27828b2b3bc17f2dd7c56 to your computer and use it in GitHub Desktop.
Save getsueineko/1f0d281137f27828b2b3bc17f2dd7c56 to your computer and use it in GitHub Desktop.
Fix visible borders in VirtualBox seamless mode (GNOME)
# ~/.config/gtk-3.0/gtk.css
decoration, decoration:backdrop {
border-radius: 0;
border-width: 0;
box-shadow: none;
margin: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment