corentin-soriano commented on code in PR #1055:
URL: https://github.com/apache/guacamole-client/pull/1055#discussion_r2035835846


##########
guacamole/src/main/frontend/src/app/player/styles/player.css:
##########
@@ -113,6 +114,31 @@ guac-player .guac-player-controls {
     align-items: center;
 }
 
+.guac-player-controls .guac-player-close {
+    background: transparent;
+    border: 0;
+    box-shadow: none;
+    margin: 0;
+    min-width: 0;
+    padding: 0;
+    position: fixed;
+    right: 0;
+    top: 0;
+}

Review Comment:
   z-index needs to be fixed so that it does not go over the fullscreen button:
   ![Capture d'écran 2025-04-09 
193138](https://github.com/user-attachments/assets/1ea80576-4217-4052-82d3-3947a1606209)
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to