Why I can't scroll in the drop of bookmarks? It is used to scroll through, now it doesn't.

I have a lot of bookmarks, and ones I use most frequently is at the top and bottom of the list. It can be a scroll bar on the side. It has now disappeared.

You can do this without an extension through code in userChrome.css

Add code to the file userChrome.css below default @namespace.

The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the chrome folder in the Firefox profile folder.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* bookmarks: scroll bar */
#appmenu_bookmarks scrollbox,
#bookmarksMenuPopup scrollbox,
#bookmarks-menu-button scrollbox,
#PlacesToolbarItems scrollbox {overflow-y:auto!important}

#appmenu_bookmarks autorepeatbutton,
#bookmarksMenuPopup autorepeatbutton,
#bookmarks-menu-button autorepeatbutton,
#PlacesToolbarItems autorepeatbutton {display:none!important}

/* list all tabs: scroll bar */
#alltabs-popup scrollbox {overflow-y:auto!important}

#alltabs-popup .autorepeatbutton-up,
#alltabs-popup .autorepeatbutton-down {display:none!important}

Tags: Firefox

Similar Questions

  • I made a music video in Flash and it won't play on the timeline, and I can't scroll through it either. He plays when I press Ctrl + Enter, but not in the timeline panel. It worked perfectly before, but now for some reason it doesn't. Help, please

    I made a music video in Flash and it won't play on the timeline, and I can't scroll through it either. He plays when I press Ctrl + Enter, but not in the timeline panel. It worked perfectly before, but now for some reason it doesn't. Help, please

    It is the nature of the movieclips. They play only when you make a film Test. If you want an animation that plays when you scrub the timeline, select the element and change it to be a chart instead. You can do this in the properties panel.

  • Lightroom has just due to a malfunction.  'Fit' and 'Fill' overthrew.  The central panel stretches images.  The panels are blacking out and endangered.  Keyboard shortcuts do not work.  I can't scroll through images.  Photoshop is now malfunctio

    My Lightroom went completely wonky.  'Fit' and 'Fill' overthrew.  The central panel stretches images.  The panels are blacking out and endangered.  Keyboard shortcuts do not work.  I can't scroll through images.  Photoshop is now malfunction also.  Everybody runs into this and what should I do?

    Hi jodyd25200366,

    Could you please confirm the version of Lightroom, also the side panels are completely black and also if you can attach a screenshot.

    Kind regards

    Tanuj

  • I can't scroll through sites that I connect. something happened in mozilla firefox. It allows to work when I am connected to a Web page, but not now. all I can do is

    I can't scroll through sites that I connect. something happened in Firefox Mozilla. He used to work when I am connected to a Web page, but not now. all I can do is to manipulate the page through links on the page. No sidebar to scroll or the other. It works fine in Explorer, so I know it's a problem with Firefox, also can scroll etc on pages like MSN, Yahoo, etc., but does not not using Firefox, when I connect to one Web site other than the one which is also a search engine, what happened? can you help me?

    You get a pop-up window or dialog style without menu or the toolbar either? In this case:

    38 of Firefox has a little problem with this combination of circumstances:

    (1) turned off tabbed browsing
    (2) viewing a page in a private window
    (3) you click on a link encoded with target = "_blank", which launches the link in a new window

    The new window opens without menus, toolbar, scroll bars, etc.

    Work on this bug is in progress, but I don't know if the fix will be available in the coming weeks. These are the known workarounds so you can continue using windows browsing private - one of them will work around the bug:

    (1) use tabbed browsing (there is a checkbox in Options > general > "Open new windows in a new tab instead");

    (2) shift + click the links to open in a new window with standard features. or

    (3) change a bunch of hidden settings as explained below - it will not you make changes to the way you use Firefox, but sometimes you need to enlarge some small pop-up windows that have been sized for a window with no toolbar displayed.

    # 3, here are the steps:

    (A) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (B) in the search above the list box, type or paste feat and make a pause so that the list is filtered

    (C) for each preference that begins with dom.disable_window_open_feature. , if it is not 'true', double-click it to true.

    You may find that you prefer this anyway, given that sites can band is more these pop-up windows features.

    Who is relevant or do you have a different question?

  • why I can't check on the box for motion scrolling effect?

    For some reason, I can't check in the query box. Do you know why and how can I fix?

    Screen Shot 2015-06-28 at 6.00.39 PM.png

    Just by your screenshot you have nothing selected to apply the scrolling of the effects. The effects of scrolling is available only when you select an element that supports them.

  • How can I activate the drop down bookmarks menu?

    I've just updated to version 19.0.2 (I don't know which version I had before) but the favorite icon does not have the little arrow on it and there is no drop-down underneath (on the right side of the screen) when I click on it; the entire sidebar is opening on the left side. How can I get directly the menu drop-down back?

    If you don't see an item on a toolbar and in the toolbar palette, then click on the "Restore default" button to restore the default toolbar set up.

    You can check for problems with the file localstore.rdf.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the start safe mode window or make changes.
  • IM using Skype on a samsung galexy s5 why can I not see the other videos of people who uses a laptop?

    Why can't I see the other video of people on my samsung galexy s5 if they are on a laptop?

    Theybsay they can see me, but all I see is myself. I just downloaded Skype 3 days ago so id assume that it is the most recent version.

  • Why NowPlayingConnection can be assigned to the C++ object as a property?

    Is there a reason why NowPlayingConnection can't be assigned to the property?

    I followed fragments of code (C++), setters and getters created well, all imports also.

    Q_PROPERTY (bb::multimedia::MediaPlayer* mediaPlayer READ mediaPlayer WRITE setMediaPlayer)
    Q_PROPERTY (bb::multimedia::NowPlayingConnection* nowPlaying READ nowPlaying WRITE setNowPlaying)
    

    Then in QML I'm assigning

            DownloadedPodcastsManager {
                id: downloadedPodcastsManager
                mediaPlayer: player
                nowPlaying: nowPlayingConnection
            },
    

    And allocation of property called mediaPlayer works well but assign nowPlayingConnection ends with

    Error: Cannot assign QObject * void

    reported by QML.

    I don't know what the problem is.

    Any clue?

    Tom

    I found most likely the root cause.

    QML is passing the instance of bb::multimedia:QmlNowPlayingConnection instead of bb::multimedia:NowPlayingConnection

    This is the reason why the property declared as bb::multimedia:NowPlayingConnection * cannot be assigned

    So I made this property of the QObject and casting instead I need so it works fine now. Not happy with this, but better than nothing.

  • Why Adobe can't get out the desktop versions of their software on the iPad Pro? [was: failed to get the 'real' work]

    Help! I have a session of really expensive iPad 128 GB Pro in front of me, but you guys have not released a full version of your Creative Suite like Photoshop and Illustrator applications. So, I can't do anything more drawing freehand with a pencil of Apple, surf the web, write emails, play games, etc.

    Your companion apps are great and all. But I want to do my work ON the iPad. I don't want to have to deal with the concern to understand what can be done on the iPad, and what I can do this only on Mac because I deal with the companion applications.

    You are geniuses. So are the guys at Apple. You both have had a long-standing relationship since the time that I first played with Photoshop in black and white on my Fat Mac (512 k). Why Adobe (and other software publishers, for that matter) cannot release their software on the iPad Pro versions of office?

    I know, I know. Experts say: ' just go buy a darn Mac already! But, look. That's life. People want to use the computing device they want to use. I mean, it's not as if Apple did not promote the iPad Pro as a desktop machine class. And, it's not like Adobe and Apple released were not closely related to decacdes...

    If you build it, they will come. Apple built the iPad Pro. People came and bought. A lot of them, actually. And, if you search the internet for it, you'll find a slew of messages and articles where people are clamboring for serious on the iPad Pro tools so that the promise of Apple class office can be achieved.

    Now, it's your turn, Adobe. Lead the charge! You have the resources. Build it now for we, the faithful, we move.

    p.s. Thanks for making of amazing tools that have helped feed me and put a roof over my head for decades, now. A lot of love.

    p.p.s. thank you for leting leads me.

    Hello

    Short story. An 'iPad Pro"have not enough power to run Adobe software as similar to the desktop computer.

    That said, some "desktop computer" not all have the ability to run software from Adobes 100% of their potential.

    You must "wind" in the Apple forums.

    Stone

  • Why I can not write in the contact form?

    I use the widget simple contact form. Unfortunately, when the site has been uploaded to the server, I can not write in the form.

    Anyone have an idea why?

    Thanks for the reply,

    Angelika

    Your page uses a 3rd party widget that adds some javascript to try to block the right mouse clicks - which interferes with by clicking on the form in firefox. I suggest you remove this widget or by contacting the promoter to see if they have an updated version that works with the forms of the Muse in firefox.

  • E - M5 Mark II: why LR6 can't work with the full 4:3 raw image for photos taken with a different aspect ratio?

    When you import raw, Olympus E - M1 or E - M10 images taken in different proportions to the native 4:3 sensor MFT format, LR will display the chosen as culture overlay to the full image captured by the sensor. This is very useful because in post processing time one can still control the exact position of the frame and change if necessary:

    lr6-oly.jpg

    I was very surprised to see that for the new E - M5 Mark 2 is not supported.

    The LR6 raw file exactly matches the image that was chosen during the shooting. 4:3 picture information are full present in the raw of the ORF file, which can be easily seen for example using Olympus Viewer.

    Is there a particular reason why this useful feature has been overlooked for E - M5 Mark II?

    Thank you

    Karsten

    Karsten, the Adobe engineer has just announced that the file you provided is actually the brand I don't have Mark II... or at least that's what shows the model name field in the EXIF data (which is what using LR, and therefore why you can see the complete data of pre cropped out). So, two possibilities:

    1. you have downloaded an older file (little likely, given the date of capture).

    2. your device is a brand I have, not a Mark II.

    3. you had already hacked the file to make it look like a brand, I have so that you could treat it in Lightroom before the release of LR6.

    What do you think?

  • How can I scroll through a menu. say: I put a widget of composition in another to get different subcategories. How can I browse all sub-categories of "large" without changing the width

    Say that you choose a college, then a Department and then a session. the files will be loaded for this criterion. But how to scroll down all departments tell the 'college of science'without adjusting the width and height of the widget composition.Screen Shot 2015-03-17 at 8.48.37 PM.png

    You can try to create the same framework of text within the content area of composition and adjust the size of the publication accordingly.

    Thank you

    Sanjit

  • Why firefox can not read all the videos I have youtube?

    I can't access all the youtube videos

    set firefox as default browser

  • Cannot find the drop down bookmarks menu?

    I've held off updating Firefox to 28 later due to several reasons, one of them being the look of Chrome-like that hurts my eyes (just don't ask). Fortunately, the CTR has been created, and I've finally updated to version 34. And I'm not happy at all. There is an icon for Favorites bar SIDE, but not the menu drop down. There are also 2 icons in the sidebar of history and from the drop-down list story, so why the drop-down list of bookmarks missing? Much, I prefer the menu drop down and want to get it back.

    I really don't understand why Mozilla is so easy to use. This is the reason why I started to use Firefox in the first place and I've been very loyal for years. I'm tempted to throw my laptop against the wall and never give up come reconnected because of this nonsense about "looks elegant. I would be grateful if someone could help me find the menu drop down and allow me to forget angry.

    Thank you.

    Yep, looking for the button that I have included in my last post. Open new customization mode and look for the star icon is labeled "bookmarks". Drag the control to your toolbar and it will turn into two icons - you're a star (which can be used to quickly bookmark the page you are on), and the other opens the Bookmarks window.

  • Make the drop down bookmarks only a star icon reducible

    Nice day

    I am currently using the style of the drop-down menu of bookmarks on my browser - here is a picture:

    http://img51.imageshack.us/img51/5098/1yz.PNG

    I want to do is to have this button without text. If I go to customize and replace the star of bookmarks without text, is not a drop-down list, it is a space-hogging Web page, sculpting the thing.

    Can someone tell me how to make this menu Favorites drop down button just an icon?

    Thanks in advance...

    Add code to the file userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the Firefox profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #bookmarks-menu-button .toolbarbutton-text { display:none!important; }

Maybe you are looking for

  • Digital Memory Card Reader - updated driver required

    Where and when can I get an updated driver for the internal memory card reader?I just tried to format a 8 GB Sony Memory Stick, but can only 3.5 GB format - after discussions with Sony and re-formatting on a Toshiba laptop not quite new, I reached th

  • Storage array error event (PS4100X)

    Dear Sir, I have VMwaer Vsphere 5.5 x 2 and only switch and DELL PS4100X storage I don't know why, I'm wearing the messeage PS4100X like this form = the table eql-1 storage subsystem ERROR event: event SP [secondary]: 15.4.1 time: Fri Jul 25 11:52:10

  • Do NowPlayingConnection high priority?

    It is anyway I can make my purchase of apps theNowPlayingConnection a high priority connection, it is by default a connection of low priority and I see no way to put it? http://developer.BlackBerry.com/native/documentation/Cascades/graphics_multimedi

  • BlackBerry phone application

    On the version 4.3 and above (and maybe less), I noticed that if you type in a string of alpha characters in the native phone input and press the SEND key, the action seems to be ignored (nothing happens). However, when you create an instance of Phon

  • Icons of blackBerry Smartphones does not

    Email messages and text on my "BOLD" icons do not respond when I press either the keyboard to access or use the touchscreen. All other icons are fine. Someone help? Thanks in advance