aos icon indicating copy to clipboard operation
aos copied to clipboard

hi sir, myself pramod your library is so osm. but sir i made website and added "overflow-x:hidden" to hide extra spaces. website was working very well. but sir when i added data-aos, div disappears....and div only only apperas when i remove "overflow-x:hidden". i need overflow property. please help me someone..plz plz plz plz i amvery frustated and depressed...i am at the final stage

Open ghost opened this issue 4 years ago • 6 comments

This is:

  • Bug
  • Feature request
  • Question
  • Idea

Specifications

  • AOS version:
  • OS:
  • Browser:

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Detailed Description

Possible Solution

ghost avatar Aug 05 '21 04:08 ghost

Ease up with the titles, it is very hard to understand what you are asking.

Luk164 avatar Aug 09 '21 11:08 Luk164

Just try this code (css):

html, body{ display: block; margin: 0px; padding: 0px; overflow-x: hidden; width: 100%; }

ProRasel avatar Nov 13 '21 21:11 ProRasel

Is it possible to share an example please?

vesvelichkov avatar Nov 13 '21 21:11 vesvelichkov

Is it possible to share an example please?

  1. Add this code to your CSS file. (my case: style.css)

Screenshot Screenshot_23

  1. Link up to your CSS file on HTML (my case index.html) Screenshot Screenshot_24

ProRasel avatar Nov 13 '21 22:11 ProRasel

Hi! I have the same issue, but I also use position: sticky; in my navbar. If I add overflow-x:hidden; the navbar doesn't appear on scroll? because overflow and sticky elements are not compatible. Is there some other way to fix aos issue

fleecybastard avatar Dec 07 '21 17:12 fleecybastard

overflow-x: hidden

this is working nice

LinuxKunaL avatar Mar 08 '22 13:03 LinuxKunaL

Just try this code (css):

html, body{ display: block; margin: 0px; padding: 0px; overflow-x: hidden; width: 100%; }

Hi, I've used this but I am facing the same issue again and again but the thing is I am using locomotive-scroll too... So how to make both the libraries work together because I really need both of them in my website.

abhiiiman avatar Aug 07 '23 02:08 abhiiiman