mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-08 15:20:44 +02:00
[ticket/11956] Move dropdown menu from edges of screen
Also add -webkit prefix to box-sizing PHPBB3-11956
This commit is contained in:
@@ -516,6 +516,7 @@ blockquote .codebox {
|
||||
padding: 6px;
|
||||
border: 1px dashed transparent;
|
||||
clear: left;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
Reference in New Issue
Block a user