helmfridsson commited on
Commit
13adc0b
·
verified ·
1 Parent(s): b31953b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +13 -0
style.css CHANGED
@@ -121,6 +121,19 @@ button.gr-button.card {
121
  cursor: pointer;
122
  }
123
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  /* =====================================================
125
  UNDERFRÅGOR (Dataframe / ag-grid)
126
  ===================================================== */
 
121
  cursor: pointer;
122
  }
123
 
124
+ .card {
125
+ position: relative;
126
+ padding: 12px;
127
+ }
128
+
129
+ /* Osynlig klickyta ovanpå kortet */
130
+ .card-overlay {
131
+ position: absolute !important;
132
+ inset: 0;
133
+ opacity: 0;
134
+ cursor: pointer;
135
+ }
136
+
137
  /* =====================================================
138
  UNDERFRÅGOR (Dataframe / ag-grid)
139
  ===================================================== */