popup panel that docks to the bottom of the screen
Posted
by
Michael Wiles
on Stack Overflow
See other posts from Stack Overflow
or by Michael Wiles
Published on 2011-11-15T09:37:21Z
Indexed on
2011/11/15
9:51 UTC
Read the original article
Hit count: 267
How do I create a pop panel that docks to the bottom of the screen...
The way that I'm doing this is by setting the styling as such:
bottom: 10px; position: absolute;
This will always set the panel to 10 px from the bottom of the browser window.
The problem is that gwt (or gwtp for that matter) is insisting on setting the right and the top of the panel and thus overriding my styling. If I use chrome's element explorer and disable the right and top style rules I get the correct behaviour so one way of doing it is somehow disabling gwt setting of the location of the panel on the screen...?
© Stack Overflow or respective owner