mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
fix regression on z-order
This commit is contained in:
parent
5071f9f3dc
commit
ed3351209f
1 changed files with 1 additions and 1 deletions
|
|
@ -1353,7 +1353,7 @@ Note: z-index only works on Elements with Position Type of absolute,
|
|||
relative and fixed."))
|
||||
|
||||
(defmethod z-index ((obj clog-element))
|
||||
(parse-integer (style obj "z-index") :default-answer 0 :junk-allowed t))
|
||||
(parse-integer (style obj "z-index" :default-answer 0) :junk-allowed t))
|
||||
|
||||
(defgeneric set-z-index (clog-element value)
|
||||
(:documentation "Set z-index VALUE for CLOG-ELEMENT"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue