Top "Overlap" questions

Two or more elements overlap when they partially or totally cover one another.

First view above / overlapping second in LinearLayout

Is it possible to show the first view in a LinearLayout overlapping the second? I would like to layout my …

android android-linearlayout overlap view-hierarchy
Z-index doesn't work with flex elements?

I'm trying to have two columns, one being a menu which can expand and overlap the other column. But I …

css flexbox z-index overlap
Maven-shade-plugin, uber-jar and overlapping classes

I would like to use Maven-shade-plugin to create uber-jar. But when I call mvn package command Maven reports that there …

java maven dependencies overlap
Synchronizing a timer to prevent overlap

I'm writing a Windows service that runs a variable length activity at intervals (a database scan and update). I need …

c# multithreading timer overlap
Overlapping table element left and right border

I want to set each element in the first row of my table to have a left border of a …

html css html-table border overlap
How to avoid overlapping between two divs positioning absolute inside a div positioning relative?

The following code works if the page has enough space to host all divs, but if I resize at minimum …

css html absolute overlap
Find overlapping date ranges in PostgreSQL

Is this correct? SELECT * FROM contract JOIN team USING (name_team) JOIN player USING(name_player) WHERE name_team = ? AND …

sql postgresql overlap date-range
st_intersects Vs st_overlaps

What is the difference between these two queries : select a.gid, sum(length(b.the_geom)) from polygons as a , …

sql postgis spatial overlap
UISearchBar overlaps status bar in iOS

I (just like everyone else here) am running into the same Status Bar overlap issue that everyone else is, with …

uisearchbar ios7 overlap uistatusbar
Fixed div background overlapping browser scrollbars

Very strange behavior that I haven't seen before. I have a fixed position div that has a transparent png background …

css html scrollbar overlap fixed