remove the max-width from dialogs (but keep for tooltips) - as the jQuery dialog code already handles width anyway, and forcing it in css prevents this from working
This commit is contained in:
parent
50b3e0be38
commit
78329770fe
@ -720,7 +720,6 @@ h3 {
|
||||
/* Dialogs
|
||||
*/
|
||||
.ui-tooltip, .ui-dialog {
|
||||
max-width: 300px;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
background-color: rgba(8, 48, 78, 0.9);
|
||||
@ -730,6 +729,10 @@ h3 {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.ui-tooltip {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.ui-widget-overlay {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user