mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-13 23:40:28 -05:00
Don't display scrollbar by default in overlays
This commit is contained in:
parent
9c56d0079b
commit
2df43efbc8
|
|
@ -1781,7 +1781,7 @@ background-image: -ms-linear-gradient(top, rgb(218,229,240) 10%, rgb(203,214,225
|
|||
|
||||
border-radius: 6px;
|
||||
box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #DDDDDD, 2px 2px 3px rgba(0,0,0,.2);
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/** Various kinds of messages injected into the chat by commands **/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user