summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org
index b1e8202..15a3c45 100644
--- a/config.org
+++ b/config.org
@@ -330,7 +330,7 @@ First we can change the style of the scrollbars to be a bit chunkier.  This is d
 
 For some programs, it might be necessary to set ~gsettings set org.gnome.desktop.interface overlay-scrolling false~ to ensure that the scrollbars show up properly.
 
-#+begin_src css :tangle ~/.config/gtk-3.0/gtk.css
+#+begin_src css :tangle ~/.config/gtk-3.0/gtk.css :tangle no
   scrollbar {
       -GtkScrollbar-has-backward-stepper: false;
       -GtkScrollbar-has-forward-stepper: false;